mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user