blob: 643e6584127c04f04356be6083d7b0c45315d2ca (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "x11/base"
include libx11_${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"
|