From: Alexander Kanavin Date: Mon, 15 Jun 2015 13:46:35 +0000 (+0300) Subject: harfbuzz: enable icu feature X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7d80e50a6683339a8940e12a3c10efd2586518;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git harfbuzz: enable icu feature This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb index a199126b13d..87c30be97bb 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"