aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-12 22:02:16 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:39 +0100
commitf501f7a26f69585195f5bf413838ad23448e0d20 (patch)
tree133938be933db1146997b4d65f781d45c07f1817
parentffd750f0d5f630bc1c67f3f317466dbb0b528884 (diff)
downloadmeta-openembedded-contrib-f501f7a26f69585195f5bf413838ad23448e0d20.tar.gz
geany: fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.29.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb
index db6a34a04a..f979b71b96 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.29.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.29.bb
@@ -2,7 +2,8 @@ SUMMARY = "A fast and lightweight IDE"
HOMEPAGE = "http://www.geany.org/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
-DEPENDS = "gtk+ python3-docutils-native"
+
+DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native"
inherit autotools pkgconfig perlnative pythonnative