diff options
| -rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.5.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.2.bb b/meta/recipes-graphics/freetype/freetype_2.5.2.bb index 0c62a678cd..fd8a9e184e 100644 --- a/meta/recipes-graphics/freetype/freetype_2.5.2.bb +++ b/meta/recipes-graphics/freetype/freetype_2.5.2.bb | |||
| @@ -30,6 +30,8 @@ EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'" | |||
| 30 | 30 | ||
| 31 | PACKAGECONFIG ??= "" | 31 | PACKAGECONFIG ??= "" |
| 32 | PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng" | 32 | PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng" |
| 33 | # This results in a circular dependency so enabling is non-trivial | ||
| 34 | PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz" | ||
| 33 | 35 | ||
| 34 | do_configure() { | 36 | do_configure() { |
| 35 | cd builds/unix | 37 | cd builds/unix |
