]> code.ossystems Code Review - openembedded-core.git/commitdiff
freetype: add pixmap to PACKAGECONFIG
authorMatt Ranostay <matt.ranostay@konsulko.com>
Sat, 29 Feb 2020 23:47:42 +0000 (01:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2020 20:57:24 +0000 (20:57 +0000)
Add pixmap to PACKAGECONFIG defaults to allow consumers to
render color emojis without distro changes.

Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/freetype/freetype_2.10.1.bb

index b179a0ed473078d77ba84e14ae065e531f2312f3..d1c093054b03d0c3a0de7bbfd33cd8a8b827ac03 100644 (file)
@@ -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