From 161bb3409edee21827cf594cc011fe88185f1496 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. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/xorg-lib/xorg-lib-common.inc') 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