aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-08-29 01:48:27 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-09 13:18:28 +0000
commit8c8b7c4dede146f77db718d8a6d714cf555004cd (patch)
treecfe77fc7823084d0ea83da973597e0ded95ff1c8 /meta-agl-profile-core
parent07904e35fa6e1a22a934ae6d93ba551dcaf5f230 (diff)
freetype: add pixmap to PACKAGECONFIG
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)
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r--meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend b/meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend
index 5d4b101a0..19499e2bd 100644
--- a/meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend
+++ b/meta-agl-profile-core/recipes-test/freetype/freetype_2.9.1.bbappend
@@ -30,3 +30,6 @@ FILES_${PN}-demos = "\
${bindir}/ftvalid \
${bindir}/ttdebug \
"
+
+# enable pixmap/libpng support to allow color emojis
+PACKAGECONFIG_append = " pixmap"