blob: 8dc3174a16ddd677bc02bf02e3b90970b4086f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "x11/base"
require libx11_${PV}.bb
EXTRA_OECONF += "--disable-udc --enable-xcms --disable-xlocale --disable-xkb"
CFLAGS += "-D_GNU_SOURCE"
SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
file://fix-disable-xlocale.diff;patch=1 \
file://fix-utf8-wrong-define.patch;patch=1 \
file://xim.patch;patch=1 \
file://xchar2b.patch;patch=1"
|