mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
freetype: disable harfbuzz
Freetype has an automatically detected dependency on Harfbuzz, which has a dependency on Freetype. To produce deterministic builds and avoid link failures when rebuilding freetype with harfbuzz present add a PACKAGECONFIG for Harfbuzz and disable it by default. (From OE-Core rev: 17131d42c02b591e1b6d547852cb09b004b8d609) Signed-off-by: Ross Burton <ross.burton@intel.com> 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
48fc1aac62
commit
f7a74e2baa
@@ -26,6 +26,8 @@ EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
|
|||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"
|
PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"
|
||||||
|
# This results in a circular dependency so enabling is non-trivial
|
||||||
|
PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd builds/unix
|
cd builds/unix
|
||||||
|
|||||||
Reference in New Issue
Block a user