summaryrefslogtreecommitdiffstats
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
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>
-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 4dd5181df..a0dc56470 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"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
18
16EXTRA_OECONF = " \ 19EXTRA_OECONF = " \
17 --enable-enca \ 20 --enable-enca \
18 --enable-fontconfig \ 21 --enable-fontconfig \