From 0bc2b9c176c0c3109f618ba931c9f10cc97751a5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 11 Sep 2025 17:19:22 +0200 Subject: [PATCH] freetype: add PACKAGECONFIG for brotli Enabling brotli adds support for processing WOFF2 fonts. (From OE-Core rev: 9fb7d84ce489d3f8a5b92027593d883f207b5455) Signed-off-by: Markus Volk Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/freetype/freetype_2.13.3.bb | 1 + 1 file changed, 1 insertion(+) 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"