From: Saul Wold Date: Thu, 19 Dec 2013 23:30:40 +0000 (-0800) Subject: harfbuzz: Allow PACKAGECONFIG to be overridden X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca35307b988367f18c3039c1d6c2bc400965a23f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 a18dafea46d..544deecdaed 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"