mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
require xorg-lib-common.inc
|
||||
|
||||
DESCRIPTION = "Base X libs."
|
||||
COMMON_DEPENDS = "util-macros xtrans libxdmcp libxau \
|
||||
bigreqsproto xproto xextproto xcmiscproto \
|
||||
xf86bigfontproto kbproto inputproto xproto-native"
|
||||
|
||||
DEPENDS = "libxcb ${COMMON_DEPENDS}"
|
||||
DEPENDS_virtclass-native = "${COMMON_DEPENDS}"
|
||||
DEPENDS_virtclass-nativesdk = "${COMMON_DEPENDS}"
|
||||
DEPENDS += "util-macros xtrans libxdmcp libxau \
|
||||
bigreqsproto xproto xextproto xcmiscproto \
|
||||
xf86bigfontproto kbproto inputproto libxcb \
|
||||
xproto-native"
|
||||
|
||||
FILESPATHPKG .= ":libx11-${PV}:libx11"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -22,9 +19,7 @@ FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
|
||||
|
||||
XORG_PN = "libX11"
|
||||
|
||||
EXTRA_OECONF += " --with-xcb --with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no"
|
||||
EXTRA_OECONF_virtclass-native = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no"
|
||||
EXTRA_OECONF_virtclass-nativesdk = " --without-xcb --with-groff=no --with-ps2pdf=no --with-fop=no"
|
||||
EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11 --with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs"
|
||||
|
||||
# Below option is added to overcome the GCC bug on ARM
|
||||
# see http://gcc.gnu.org/PR42981 for further details.
|
||||
|
||||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||
|
||||
#--without-xcb is not an option anymore
|
||||
#http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=15e5eaf62897b3179d1fbe457cb19f886f0449f8
|
||||
DEPENDS_virtclass-native = "libxcb-native ${COMMON_DEPENDS}"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "85e942627aaa020813e0eb8433353563"
|
||||
|
||||
Reference in New Issue
Block a user