blob: 52e01dde759016f7bf52a025e676136b31d2ac90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "x11/base"
require libx11_${PV}.bb
EXTRA_OECONF += "--disable-udc --enable-xcms --disable-xlocale --disable-xkb"
CFLAGS += "-D_GNU_SOURCE"
PR = "r4"
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"
|