summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/libx11.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-04-29 07:31:18 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-29 08:51:14 +0200
commitc33ec1e9af2731765802e1004c5e533d017a2353 (patch)
tree19d021503665d034526ee9b722d359db345b839f /meta-oe/recipes-graphics/xorg-lib/libx11.inc
parentcf9dc567a8d1f785413d6c8c28a62ee812dd1b74 (diff)
downloadmeta-openembedded-c33ec1e9af2731765802e1004c5e533d017a2353.tar.gz
libx11_1.4.3.bb: Remove --without-xcb
--without-xcb is no longer supported and that made a lot of difference in different BBCLASSEXTENDED recipes. It can be unified now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libx11.inc15
1 files changed, 5 insertions, 10 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libx11.inc b/meta-oe/recipes-graphics/xorg-lib/libx11.inc
index d1e646af0..2aa9700f2 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta-oe/recipes-graphics/xorg-lib/libx11.inc
@@ -1,13 +1,10 @@
1require xorg-lib-common.inc 1require xorg-lib-common.inc
2 2
3DESCRIPTION = "Base X libs." 3DESCRIPTION = "Base X libs."
4COMMON_DEPENDS = "util-macros xtrans libxdmcp libxau \ 4DEPENDS += "util-macros xtrans libxdmcp libxau \
5 bigreqsproto xproto xextproto xcmiscproto \ 5 bigreqsproto xproto xextproto xcmiscproto \
6 xf86bigfontproto kbproto inputproto xproto-native" 6 xf86bigfontproto kbproto inputproto libxcb \
7 7 xproto-native"
8DEPENDS = "libxcb ${COMMON_DEPENDS}"
9DEPENDS_virtclass-native = "${COMMON_DEPENDS}"
10DEPENDS_virtclass-nativesdk = "${COMMON_DEPENDS}"
11 8
12FILESPATHPKG .= ":libx11-${PV}:libx11" 9FILESPATHPKG .= ":libx11-${PV}:libx11"
13BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
@@ -22,9 +19,7 @@ FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
22 19
23XORG_PN = "libX11" 20XORG_PN = "libX11"
24 21
25EXTRA_OECONF += " --with-xcb --with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no" 22EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs"
26EXTRA_OECONF_virtclass-native = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no"
27EXTRA_OECONF_virtclass-nativesdk = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no"
28 23
29# Below option is added to overcome the GCC bug on ARM 24# Below option is added to overcome the GCC bug on ARM
30# see http://gcc.gnu.org/PR42981 for further details. 25# see http://gcc.gnu.org/PR42981 for further details.