blob: b63bfa041a0702dcc46d213cc5d5b08b282598ff (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "x11/base"
include x11_${PV}.bb
EXTRA_OECONF = "--disable-xcms --disable-xlocale --disable-xkb"
CFLAGS += "-D_GNU_SOURCE"
SRC_URI += "file://fix-utf8-wrong-define.patch;patch=1 \
file://xim.patch;patch=1"
|