Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] libx11-diet: you can't disable XCB anymore, so don't try
@ 2012-09-10 17:20 Ross Burton
  2012-09-10 17:20 ` [PATCH 2/4] libx11-diet: you can't disable UDC, because it's always disabled Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ross Burton @ 2012-09-10 17:20 UTC (permalink / raw)
  To: openembedded-core


Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 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 7d4facd..6a898b5 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 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 = "r1"
+PR = "r2"
 
 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"
 
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-11  9:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 17:20 [PATCH 1/4] libx11-diet: you can't disable XCB anymore, so don't try Ross Burton
2012-09-10 17:20 ` [PATCH 2/4] libx11-diet: you can't disable UDC, because it's always disabled Ross Burton
2012-09-10 17:20 ` [PATCH 3/4] libx11: don't split libX11-xcb out into a libx11-xcb package Ross Burton
2012-09-10 20:36   ` Richard Purdie
2012-09-11  5:47     ` Martin Jansa
2012-09-11  6:22   ` Koen Kooi
2012-09-11  9:24     ` Burton, Ross
2012-09-10 17:20 ` [PATCH 4/4] libx11: re-arrange recipies to make comparisons easier Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox