mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
553fa36c40
commit
0a57d5b95c
@@ -24,7 +24,7 @@ BBCLASSEXTEND = "native"
|
|||||||
|
|
||||||
EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
|
EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
|
||||||
|
|
||||||
PACKAGECONFIG = ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
|
PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"
|
PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user