From ca35307b988367f18c3039c1d6c2bc400965a23f Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 19 Dec 2013 15:30:40 -0800 Subject: harfbuzz: Allow PACKAGECONFIG to be overridden Signed-off-by: Saul Wold --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg