[oe] [meta-oe][PATCH 03/27] libunique: add x11 to REQUIRED_DISTRO_FEATURES

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 22 07:30:48 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

libunique depends on gtk+ which requires x11 distro feature.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
index be3a41f..3018398 100644
--- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
+++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
@@ -24,4 +24,6 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 
-inherit autotools pkgconfig gobject-introspection
+inherit autotools pkgconfig gobject-introspection distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.8.3




More information about the Openembedded-devel mailing list