diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-04-29 07:31:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-29 08:51:14 +0200 |
commit | c33ec1e9af2731765802e1004c5e533d017a2353 (patch) | |
tree | 19d021503665d034526ee9b722d359db345b839f /meta-oe | |
parent | cf9dc567a8d1f785413d6c8c28a62ee812dd1b74 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libx11.inc | 15 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb | 1 |
2 files changed, 5 insertions, 11 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 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Base X libs." | 3 | DESCRIPTION = "Base X libs." |
4 | COMMON_DEPENDS = "util-macros xtrans libxdmcp libxau \ | 4 | DEPENDS += "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" | |
8 | DEPENDS = "libxcb ${COMMON_DEPENDS}" | ||
9 | DEPENDS_virtclass-native = "${COMMON_DEPENDS}" | ||
10 | DEPENDS_virtclass-nativesdk = "${COMMON_DEPENDS}" | ||
11 | 8 | ||
12 | FILESPATHPKG .= ":libx11-${PV}:libx11" | 9 | FILESPATHPKG .= ":libx11-${PV}:libx11" |
13 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
@@ -22,9 +19,7 @@ FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" | |||
22 | 19 | ||
23 | XORG_PN = "libX11" | 20 | XORG_PN = "libX11" |
24 | 21 | ||
25 | EXTRA_OECONF += " --with-xcb --with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no" | 22 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs" |
26 | EXTRA_OECONF_virtclass-native = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no" | ||
27 | EXTRA_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. |
diff --git a/meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb b/meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb index 481b90f38..3c6a170eb 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | |||
5 | 5 | ||
6 | #--without-xcb is not an option anymore | 6 | #--without-xcb is not an option anymore |
7 | #http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=15e5eaf62897b3179d1fbe457cb19f886f0449f8 | 7 | #http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=15e5eaf62897b3179d1fbe457cb19f886f0449f8 |
8 | DEPENDS_virtclass-native = "libxcb-native ${COMMON_DEPENDS}" | ||
9 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.0" |
10 | 9 | ||
11 | SRC_URI[md5sum] = "85e942627aaa020813e0eb8433353563" | 10 | SRC_URI[md5sum] = "85e942627aaa020813e0eb8433353563" |