From: Saul Wold Date: Thu, 19 Dec 2013 23:30:40 +0000 (-0800) Subject: harfbuzz: Allow PACKAGECONFIG to be overridden X-Git-Tag: 2015-4~4219 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ca35307b988367f18c3039c1d6c2bc400965a23f;p=openembedded-core.git harfbuzz: Allow PACKAGECONFIG to be overridden Signed-off-by: Saul Wold --- 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"