summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-08-29 01:48:27 +0300
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-08-29 02:10:47 +0300
commitdcda26bd13b88f51a197324d4894fe189f9dc504 (patch)
treee3ba15df3ca66ebf61f35b3b70bb24e16ebfbf2b /meta-agl-profile-core
parent73b849c0d72f94eb1c0db582a9dc684123793960 (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>
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"