summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-05 23:18:01 -0700
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:19:22 -0700
commit4a8851789a9da5748546d43c91a5ba8a0e6dd1df (patch)
tree4dd9abc9b29457d7ee37494f4db2a90a054e94f6
parent1e38964b009357c3abd508917f4332616d28dea4 (diff)
downloadmeta-openembedded-4a8851789a9da5748546d43c91a5ba8a0e6dd1df.tar.gz
geany-plugins: Add dependency on fribidi
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@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb1
1 files changed, 1 insertions, 0 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 3b5b7ce94..d8f2f894b 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 () {
11} 11}
12 12
13DEPENDS = " \ 13DEPENDS = " \
14 fribidi \
14 geany \ 15 geany \
15 libxml2 \ 16 libxml2 \
16 libsoup-2.4 \ 17 libsoup-2.4 \