summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz
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:26:31 +0000
commit0a57d5b95c1398787c4c59a0dd7c83835fc2fede (patch)
treebc7ac8d9a3b72c67595907ed5ab735208df5bacd /meta/recipes-graphics/harfbuzz
parent553fa36c409b7d9f4ed41537cc17ed37450cd120 (diff)
downloadpoky-0a57d5b95c1398787c4c59a0dd7c83835fc2fede.tar.gz
harfbuzz: Allow PACKAGECONFIG to be overridden
(From OE-Core rev: ca35307b988367f18c3039c1d6c2bc400965a23f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-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"
24 24
25EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2" 25EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
26 26
27PACKAGECONFIG = "" 27PACKAGECONFIG ??= ""
28PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu" 28PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
29 29
30PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev" 30PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"