[oe] [meta-oe][PATCH 11/16] geany-plugins: Add dependency on fribidi
Khem Raj
raj.khem at gmail.com
Wed May 9 19:00:06 UTC 2018
Its needed by addons
Fixes
ld: cannot find -lfribidi
| collect2: error: ld returned 1 exit status
| make[3]: *** [Makefile:569: addons.la] Error 1
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb | 1 +
1 file changed, 1 insertion(+)
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 3b5b7ce94e..d8f2f894bb 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
@@ -11,6 +11,7 @@ python () {
}
DEPENDS = " \
+ fribidi \
geany \
libxml2 \
libsoup-2.4 \
--
2.17.0
More information about the Openembedded-devel
mailing list