[oe-commits] [meta-openembedded] 11/60: geany-plugins: Add dependency on fribidi

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:43:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 4a8851789a9da5748546d43c91a5ba8a0e6dd1df
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat May 5 23:18:01 2018 -0700

    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 at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 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 3b5b7ce..d8f2f89 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list