From e182fec241e49bc5dfd0df088e147e617ad24b97 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 6 Mar 2018 18:00:48 -0800 Subject: geany-plugins: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb') 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 27fe86026..3b5b7ce94 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" -- cgit v1.2.3-54-g00ecf