[oe-commits] [openembedded-core] 01/05: xorg-lib: allow native building without x11 DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Mar 15 11:29:34 UTC 2016


rpurdie pushed a commit to branch jethro
in repository openembedded-core.

commit f2970211690be3cb99ef7404f98010f3fecae45d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Mar 14 20:35:35 2016 +0000

    xorg-lib: allow native building without x11 DISTRO_FEATURES
    
    The Xorg libraries use REQUIRED_DISTRO_FEATURES to stop building on
    distributions without the x11 feature but this stops people building native
    tooling that uses libX11, such as libsdl-native.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/xorg-lib/libxcb.inc          | 1 +
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/meta/recipes-graphics/xorg-lib/libxcb.inc
index e40ae77..b02efd2 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb.inc
+++ b/meta/recipes-graphics/xorg-lib/libxcb.inc
@@ -26,6 +26,7 @@ inherit autotools pkgconfig pythonnative distro_features_check
 
 # The libxau and others requires x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES_class-native = ""
 
 python populate_packages_prepend () {
     do_split_packages(d, '${libdir}', '^libxcb-(.*)\.so\..*$', 'libxcb-%s', 'XCB library module for %s', allow_links=True)
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 09df010..6f4e444 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -24,3 +24,4 @@ UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0ret
 "
 
 REQUIRED_DISTRO_FEATURES ?= "x11"
+REQUIRED_DISTRO_FEATURES_class-native = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list