]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
freetype: add PACKAGECONFIG for brotli
authorMarkus Volk <f_l_k@t-online.de>
Thu, 11 Sep 2025 15:19:22 +0000 (17:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Sep 2025 16:52:52 +0000 (17:52 +0100)
Enabling brotli adds support for processing WOFF2 fonts.

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>
meta/recipes-graphics/freetype/freetype_2.13.3.bb

index 100a7d95b69337396baf10aac1ea8e0f26fa30e3..dbfffdb65fc7a3590343a85156c82c24cf55e9c6 100644 (file)
@@ -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"