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
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:27 +0200
commit44415feaa1b7e7648f1ec8341f5dffe2975e12b1 (patch)
treee794b3118aa644457e4383c7f1a2877bb7bd6dd0 /meta-oe/recipes-multimedia
parent5ff35cfe553c072dd0075497472b257c97881cc4 (diff)
downloadmeta-openembedded-44415feaa1b7e7648f1ec8341f5dffe2975e12b1.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 \