From f501f7a26f69585195f5bf413838ad23448e0d20 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 12 Feb 2017 22:02:16 +0100 Subject: geany: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/geany/geany_1.29.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools') 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 -- cgit 1.2.3-korg