summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 = " \
22 libgit2 \ 22 libgit2 \
23" 23"
24 24
25inherit autotools pkgconfig gtk-icon-cache 25inherit distro_features_check autotools pkgconfig gtk-icon-cache
26
27REQUIRED_DISTRO_FEATURES = "x11"
26 28
27SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" 29SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2"
28SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9" 30SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9"