aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:30:48 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:46 +0100
commitba879d436bb19c07cee6021b7566bcb5faadffac (patch)
tree5dceb35160bb05072fef4d9e2a7c2318250a0770 /meta-oe/recipes-gnome
parent426734113dc78acd4f21f57746e58430444ae008 (diff)
downloadmeta-openembedded-ba879d436bb19c07cee6021b7566bcb5faadffac.tar.gz
libunique: add x11 to REQUIRED_DISTRO_FEATURES
libunique depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb4
1 files changed, 3 insertions, 1 deletions
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 be3a41f390..3018398309 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"