[oe-commits] Martin Jansa : libass: add PACKAGECONFIG for harfbuzz

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:44 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 44415feaa1b7e7648f1ec8341f5dffe2975e12b1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=44415feaa1b7e7648f1ec8341f5dffe2975e12b1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:27:26 2013 +0200

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 at gmail.com>

---

 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 4dd5181..a0dc564 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 \



More information about the Openembedded-commits mailing list