aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-19 15:30:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-20 12:25:24 +0000
commitca35307b988367f18c3039c1d6c2bc400965a23f (patch)
treeb3cbe104e441fe5430c17e44b5a58cef7e07e068
parent73f94bed2c7603e1b3ded6ebd1a72ba237ff6e3d (diff)
downloadopenembedded-core-contrib-ca35307b988367f18c3039c1d6c2bc400965a23f.tar.gz
harfbuzz: Allow PACKAGECONFIG to be overridden
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
index a18dafea46..544deecdae 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
@@ -24,7 +24,7 @@ BBCLASSEXTEND = "native"
EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
-PACKAGECONFIG = ""
+PACKAGECONFIG ??= ""
PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"