[oe-commits] Martin Jansa : evas: add PACKAGECONFIG for harfbuzz

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:06 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: ecf229fe39eb7c2f28fb8638b313ca6f771aebdd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ecf229fe39eb7c2f28fb8638b313ca6f771aebdd

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Aug  7 22:33:32 2013 +0200

evas: add PACKAGECONFIG for harfbuzz

* harfbuzz is autodetected and can cause even edje_cc to fail,
  this if from cpu.bb build:
  | sysroots/x86_64-linux/usr/bin/edje_cc:
    error while loading shared libraries: libharfbuzz.so.0: cannot open
    shared object file: No such file or directory
  | make[2]: *** [e-module-cpu.edj] Error 127

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/evas_1.7.8.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/evas_1.7.8.bb b/meta-efl/recipes-efl/efl/evas_1.7.8.bb
index 5f2bf78..c6486f7 100644
--- a/meta-efl/recipes-efl/efl/evas_1.7.8.bb
+++ b/meta-efl/recipes-efl/efl/evas_1.7.8.bb
@@ -166,6 +166,9 @@ EXTRA_OECONF_virtclass-native = "${EVAS_OECONF} \
                 --disable-convert-32-rgb-rot-270 \
 "
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
+
 SRC_URI = "\
     ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
 "



More information about the Openembedded-commits mailing list