[oe-commits] Alexander Kanavin : harfbuzz: enable icu feature

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:00:29 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 3a7d80e50a6683339a8940e12a3c10efd2586518
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3a7d80e50a6683339a8940e12a3c10efd2586518

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Mon Jun 15 16:46:35 2015 +0300

harfbuzz: enable icu feature

This is required to build latest webkitgtk

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb
index a199126..87c30be 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb
@@ -22,7 +22,7 @@ BBCLASSEXTEND = "native"
 
 EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "icu"
 PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
 
 PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"



More information about the Openembedded-commits mailing list