Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / xorg-lib / diet-x11_1.1.1.bb
1 SECTION = "x11/base"
2 require libx11_${PV}.bb
3
4 EXTRA_OECONF += "--disable-udc --enable-xcms --disable-xlocale --disable-xkb"
5 CFLAGS += "-D_GNU_SOURCE"
6
7 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
8
9 SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
10             file://fix-disable-xlocale.diff;patch=1 \
11             file://fix-utf8-wrong-define.patch;patch=1 \
12             file://xim.patch;patch=1 \
13             file://xchar2b.patch;patch=1"