Message ID | 20250911105449.2814354-1-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | [oe-core] freetype: add PACKAGECONFIG for brotli | expand |
diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.13.3.bb index 100a7d95b6..dbfffdb65f 100644 --- a/meta/recipes-graphics/freetype/freetype_2.13.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.13.3.bb @@ -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"
Enabling brotli adds support for processing WOFF2 fonts. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta/recipes-graphics/freetype/freetype_2.13.3.bb | 1 + 1 file changed, 1 insertion(+)