aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-05 23:18:01 -0700
committerArmin Kuster <akuster808@gmail.com>2018-06-14 19:46:57 -0700
commit793dca7b7cfb3dd3dcf2cbea3a6f396cb55217db (patch)
treea0b9ebf72e579ec6aecf9683ed9575185fefd9e1
parent054202d3ce450c680972cb8eab7e629315c8b087 (diff)
downloadmeta-openembedded-contrib-793dca7b7cfb3dd3dcf2cbea3a6f396cb55217db.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> (cherry picked from commit 4a8851789a9da5748546d43c91a5ba8a0e6dd1df) 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 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 \