diff options
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.13.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ." | |||
27 | 27 | ||
28 | PACKAGECONFIG ??= "zlib pixmap" | 28 | PACKAGECONFIG ??= "zlib pixmap" |
29 | 29 | ||
30 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" | ||
30 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | 31 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" |
31 | # harfbuzz results in a circular dependency so enabling is non-trivial | 32 | # harfbuzz results in a circular dependency so enabling is non-trivial |
32 | PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz" | 33 | PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz" |