freetype: add pixmap to PACKAGECONFIG 45/22345/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 28 Aug 2019 22:48:27 +0000 (01:48 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 9 Sep 2019 13:18:28 +0000 (13:18 +0000)
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>
(cherry picked from commit dcda26bd13b88f51a197324d4894fe189f9dc504)

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"