From 16b2e5a5af9fadbfe85a9f66be2896d1c7c3b72d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 22 Dec 2015 22:12:30 +0000 Subject: 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. (From OE-Core master rev: 161bb3409edee21827cf594cc011fe88185f1496) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie libxcb change removed as it's not valid in fido Signed-off-by: Joshua Lock --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 09df0109cb..6f4e44454f 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 = "" -- cgit 1.2.3-korg