From 4a8851789a9da5748546d43c91a5ba8a0e6dd1df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 May 2018 23:18:01 -0700 Subject: 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 Signed-off-by: Armin Kuster --- 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 \ -- cgit 1.2.3-korg