]> code.ossystems Code Review - openembedded-core.git/commitdiff
harfbuzz: enable icu feature
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 15 Jun 2015 13:46:35 +0000 (16:46 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Aug 2015 22:43:28 +0000 (23:43 +0100)
This is required to build latest webkitgtk

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb

index a199126b13dbb2b13ef92856b8b9dcd871284018..87c30be97bb66e73165acda468050d64a41111c0 100644 (file)
@@ -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"