diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:48 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:46 +0100 |
commit | ba879d436bb19c07cee6021b7566bcb5faadffac (patch) | |
tree | 5dceb35160bb05072fef4d9e2a7c2318250a0770 /meta-oe/recipes-gnome | |
parent | 426734113dc78acd4f21f57746e58430444ae008 (diff) | |
download | meta-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.bb | 4 |
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 be3a41f39..301839830 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" | |||
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
25 | 25 | ||
26 | 26 | ||
27 | inherit autotools pkgconfig gobject-introspection | 27 | inherit autotools pkgconfig gobject-introspection distro_features_check |
28 | |||
29 | REQUIRED_DISTRO_FEATURES = "x11" | ||