From: Markus Volk Date: Thu, 11 Sep 2025 15:19:22 +0000 (+0200) Subject: freetype: add PACKAGECONFIG for brotli X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fb7d84ce489d3f8a5b92027593d883f207b5455;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git freetype: add PACKAGECONFIG for brotli Enabling brotli adds support for processing WOFF2 fonts. Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/freetype/freetype_2.13.3.bb b/meta/recipes-graphics/freetype/freetype_2.13.3.bb index 100a7d95b69..dbfffdb65fc 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"