libx11-diet: you can't disable XCB anymore, so don't try

(From OE-Core rev: 315d187fcf1e6ff430b5c2986aa307e182ae09cb)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-09-11 20:17:52 +01:00 committed by Richard Purdie
parent aa1744d63b
commit 71ba823419
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
require libx11.inc
DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
DESCRIPTION += " Support for UDC, XCMS and XLOCALE is disabled in \
this version."
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
SRC_URI += "file://x11_disable_makekeys.patch \
file://X18NCMSstubs.diff \
@ -20,11 +20,11 @@ RPROVIDES_${PN}-locale = "libx11-locale"
SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11"
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
CFLAGS += "-D_GNU_SOURCE"