freetype: add pixmap to PACKAGECONFIG 31/22231/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 28 Aug 2019 22:48:27 +0000 (01:48 +0300)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 28 Aug 2019 23:10:47 +0000 (02:10 +0300)
To allow rendering of color emojis the pixmap/libpng support
needs to be enabled.

Bug-AGL: SPEC-2701
Change-Id: I7f0dc2cf54f0cf587d72a81fbf06c5750bbdeefb
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend

index 5d4b101..19499e2 100644 (file)
@@ -30,3 +30,6 @@ FILES_${PN}-demos = "\
    ${bindir}/ftvalid \
    ${bindir}/ttdebug \
 "
+
+# enable pixmap/libpng support to allow color emojis
+PACKAGECONFIG_append = " pixmap"