[oe-commits] [openembedded-core] 15/16: freetype: add pixmap to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Mon Mar 2 16:17:16 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bcc2d9b784df02b4bf5998642e39a90d6198b048
Author: Matt Ranostay <matt.ranostay at konsulko.com>
AuthorDate: Sun Mar 1 01:47:42 2020 +0200

    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 <matt.ranostay at konsulko.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 b179a0e..d1c0930 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list