From 44415feaa1b7e7648f1ec8341f5dffe2975e12b1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 15:27:26 +0200 Subject: 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 --- meta-oe/recipes-multimedia/libass/libass.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-multimedia') 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 \ -- cgit 1.2.3-korg