diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:27:26 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:10 +0200 |
| commit | e1f3f99c4172c0bf98945c01e6d93ca0f6d54c62 (patch) | |
| tree | ce72288133e2d6ee5292b20d87101a07c0e6d982 | |
| parent | 2236f6e0807dfd3379ebde05e1e992a6edb4a30d (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass.inc | 3 |
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" | |||
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "" | ||
| 17 | PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz" | ||
| 18 | |||
| 16 | EXTRA_OECONF = " \ | 19 | EXTRA_OECONF = " \ |
| 17 | --enable-enca \ | 20 | --enable-enca \ |
| 18 | --enable-fontconfig \ | 21 | --enable-fontconfig \ |
