summaryrefslogtreecommitdiffstats
path: root/meta-xfce
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 /meta-xfce
parent831241bdde10689699597e46c1b58162b33063a7 (diff)
downloadmeta-openembedded-0b38d12b55f67fa8f321bf4f2af5c9d71c415f18.tar.gz
menulibre: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-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 cc7b29164..d1f3471d6 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 = " \
9 intltool-native \ 9 intltool-native \
10" 10"
11 11
12inherit distutils3 gtk-icon-cache 12inherit distutils3 gtk-icon-cache distro_features_check
13
14REQUIRED_DISTRO_FEATURES = "x11"
13 15
14SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz" 16SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz"
15SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334" 17SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334"