diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:17:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 14:52:00 +0100 |
commit | bb2c59d3efdd94d7cc0cd47daa3429a1521ca8ac (patch) | |
tree | 090f1b03bbd5eecd03ec50dbc400b7346bbb38f3 | |
parent | 315d187fcf1e6ff430b5c2986aa307e182ae09cb (diff) | |
download | openembedded-core-bb2c59d3efdd94d7cc0cd47daa3429a1521ca8ac.tar.gz openembedded-core-bb2c59d3efdd94d7cc0cd47daa3429a1521ca8ac.tar.bz2 openembedded-core-bb2c59d3efdd94d7cc0cd47daa3429a1521ca8ac.zip |
libx11-diet: you can't disable UDC, because it's always disabled
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index d821744436..e6aa63f2c1 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb @@ -1,11 +1,11 @@ require libx11.inc -DESCRIPTION += " Support for UDC, XCMS and XLOCALE is disabled in \ +DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \ this version." LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI += "file://x11_disable_makekeys.patch \ file://X18NCMSstubs.diff \ @@ -25,6 +25,6 @@ DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" -EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11" +EXTRA_OECONF += "--disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11" CFLAGS += "-D_GNU_SOURCE" |