aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-06-15 16:46:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-24 23:43:28 +0100
commit3a7d80e50a6683339a8940e12a3c10efd2586518 (patch)
tree2fb5f39f153ffde863e19cf01691d2e650edac93 /meta/recipes-graphics
parent0f9ea90dde8f63aace19531e066580e41bf3d7cc (diff)
downloadopenembedded-core-contrib-3a7d80e50a6683339a8940e12a3c10efd2586518.tar.gz
harfbuzz: enable icu feature
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb
index a199126b13..87c30be97b 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"