[OE-core] freetype: add pixmap to PACKAGECONFIG

Matt Ranostay matt.ranostay at konsulko.com
Sat Feb 29 23:47:42 UTC 2020


Add pixmap to PACKAGECONFIG defaults to allow consumers to
render color emojis without distro changes.

Signed-off-by: Matt Ranostay <matt.ranostay at konsulko.com>
---
 meta/recipes-graphics/freetype/freetype_2.10.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.20.1



More information about the Openembedded-core mailing list