From: Matt Ranostay Date: Wed, 28 Aug 2019 22:48:27 +0000 (+0300) Subject: freetype: add pixmap to PACKAGECONFIG X-Git-Tag: 8.99.1~64 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=dcda26bd13b88f51a197324d4894fe189f9dc504;p=AGL%2Fmeta-agl.git 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 --- 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"