diff options
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb | 4 |
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 = " \ | |||
| 22 | libgit2 \ | 22 | libgit2 \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | inherit autotools pkgconfig gtk-icon-cache | 25 | inherit distro_features_check autotools pkgconfig gtk-icon-cache |
| 26 | |||
| 27 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 26 | 28 | ||
| 27 | SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" | 29 | SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" |
| 28 | SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9" | 30 | SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9" |
