summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libx11.inc15
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb1
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 @@
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.
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
8DEPENDS_virtclass-native = "libxcb-native ${COMMON_DEPENDS}"
9PR = "${INC_PR}.0" 8PR = "${INC_PR}.0"
10 9
11SRC_URI[md5sum] = "85e942627aaa020813e0eb8433353563" 10SRC_URI[md5sum] = "85e942627aaa020813e0eb8433353563"