From: Matt Ranostay Date: Sat, 29 Feb 2020 23:47:42 +0000 (+0200) Subject: freetype: add pixmap to PACKAGECONFIG X-Git-Tag: 2020-04-dunfell~273 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01d404302238b0ad570192118617083440d1d50a;p=openembedded-core.git freetype: add pixmap to PACKAGECONFIG Add pixmap to PACKAGECONFIG defaults to allow consumers to render color emojis without distro changes. Signed-off-by: Matt Ranostay Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/freetype/freetype_2.10.1.bb b/meta/recipes-graphics/freetype/freetype_2.10.1.bb index b179a0ed47..d1c093054b 100644 --- a/meta/recipes-graphics/freetype/freetype_2.10.1.bb +++ b/meta/recipes-graphics/freetype/freetype_2.10.1.bb @@ -27,7 +27,7 @@ AUTOTOOLS_SCRIPT_PATH = "${S}/builds/unix" CONFIGURE_SCRIPT = "${S}/configure" EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake" -PACKAGECONFIG ??= "zlib" +PACKAGECONFIG ??= "zlib pixmap" PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" # harfbuzz results in a circular dependency so enabling is non-trivial