mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:48:37 +00:00
libass: add PACKAGECONFIG for harfbuzz
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic * runtime dependencies for glib-2.0 harfbuzz libffi libicudata libicule libicuuc libstdc++ are added only when harfbuzz is detected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2236f6e080
commit
e1f3f99c41
@ -13,6 +13,9 @@ SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--enable-enca \
|
||||
--enable-fontconfig \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user