aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:27:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-30 11:17:10 +0200
commite1f3f99c4172c0bf98945c01e6d93ca0f6d54c62 (patch)
treece72288133e2d6ee5292b20d87101a07c0e6d982 /meta-oe/recipes-multimedia
parent2236f6e0807dfd3379ebde05e1e992a6edb4a30d (diff)
downloadmeta-openembedded-e1f3f99c4172c0bf98945c01e6d93ca0f6d54c62.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
index 4dd5181df9..a0dc564704 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -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 \