mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
freetype: add PACKAGECONFIG for brotli
Enabling brotli adds support for processing WOFF2 fonts. (From OE-Core rev: 9fb7d84ce489d3f8a5b92027593d883f207b5455) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a450fa44a8
commit
0bc2b9c176
@@ -27,6 +27,7 @@ EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake -I ."
|
||||
|
||||
PACKAGECONFIG ??= "zlib pixmap"
|
||||
|
||||
PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli"
|
||||
PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
||||
# harfbuzz results in a circular dependency so enabling is non-trivial
|
||||
PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz"
|
||||
|
||||
Reference in New Issue
Block a user