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@gmail.com>
This commit is contained in:
Martin Jansa
2013-08-07 22:33:32 +02:00
parent a1387b1ece
commit ecf229fe39
+3
View File
@@ -166,6 +166,9 @@ EXTRA_OECONF_virtclass-native = "${EVAS_OECONF} \
--disable-convert-32-rgb-rot-270 \ --disable-convert-32-rgb-rot-270 \
" "
PACKAGECONFIG ??= ""
PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
SRC_URI = "\ SRC_URI = "\
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
" "