aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-06 18:00:48 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:34 -0700
commite182fec241e49bc5dfd0df088e147e617ad24b97 (patch)
treea3c46c9155859622887b703a447ad4f4365ccb6c /meta-oe/recipes-devtools
parent0a9dbc7273dc90462b4ab976c68263f7d027daf3 (diff)
downloadmeta-openembedded-contrib-e182fec241e49bc5dfd0df088e147e617ad24b97.tar.gz
geany-plugins: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
index 27fe860262..3b5b7ce94e 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
@@ -22,7 +22,9 @@ DEPENDS = " \
libgit2 \
"
-inherit autotools pkgconfig gtk-icon-cache
+inherit distro_features_check autotools pkgconfig gtk-icon-cache
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9"