aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-09 08:43:17 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:47 -0700
commit0b38d12b55f67fa8f321bf4f2af5c9d71c415f18 (patch)
tree2c792c56b4b49135b9c3479f26ca511e5459dc59
parent831241bdde10689699597e46c1b58162b33063a7 (diff)
downloadmeta-openembedded-0b38d12b55f67fa8f321bf4f2af5c9d71c415f18.tar.gz
menulibre: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
index cc7b29164d..d1f3471d61 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
@@ -9,7 +9,9 @@ DEPENDS = " \
intltool-native \
"
-inherit distutils3 gtk-icon-cache
+inherit distutils3 gtk-icon-cache distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334"