It can't be built withou x11 in DISTRO_FEATURES.
Signed-off-by: Robert Yang <[email protected]>
---
meta/recipes-support/atk/at-spi2-atk_2.16.0.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
index d8379c1..7d95fdb 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
@@ -10,7 +10,10 @@ SRC_URI[sha256sum] =
"78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3
DEPENDS = "dbus glib-2.0 atk at-spi2-core"
-inherit autotools pkgconfig
+inherit autotools pkgconfig distro_features_check
+
+# The at-spi2-core requires x11 in DISTRO_FEATURES
+REQUIRED_DISTRO_FEATURES = "x11"
PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
--
1.7.9.5
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core