diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-09 08:43:17 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-13 12:43:47 -0700 |
commit | 0b38d12b55f67fa8f321bf4f2af5c9d71c415f18 (patch) | |
tree | 2c792c56b4b49135b9c3479f26ca511e5459dc59 /meta-xfce/recipes-apps | |
parent | 831241bdde10689699597e46c1b58162b33063a7 (diff) | |
download | meta-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/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb | 4 |
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 | ||
12 | inherit distutils3 gtk-icon-cache | 12 | inherit distutils3 gtk-icon-cache distro_features_check |
13 | |||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
13 | 15 | ||
14 | SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz" | 16 | SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz" |
15 | SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334" | 17 | SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334" |