diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-01 01:47:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-02 21:00:54 +0000 |
commit | 2673d8005c1c6ed27a8a7e3903b904e0c0711320 (patch) | |
tree | c01ed62af18d9a5b2382e96311740777f0093ad9 /meta | |
parent | 26525f2f4f290d2ac5430c70c8a137aa0a0d6f32 (diff) | |
download | poky-2673d8005c1c6ed27a8a7e3903b904e0c0711320.tar.gz |
freetype: add pixmap to PACKAGECONFIG
Add pixmap to PACKAGECONFIG defaults to allow consumers to
render color emojis without distro changes.
(From OE-Core rev: 01d404302238b0ad570192118617083440d1d50a)
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.10.1.bb b/meta/recipes-graphics/freetype/freetype_2.10.1.bb index b179a0ed47..d1c093054b 100644 --- a/meta/recipes-graphics/freetype/freetype_2.10.1.bb +++ b/meta/recipes-graphics/freetype/freetype_2.10.1.bb | |||
@@ -27,7 +27,7 @@ AUTOTOOLS_SCRIPT_PATH = "${S}/builds/unix" | |||
27 | CONFIGURE_SCRIPT = "${S}/configure" | 27 | CONFIGURE_SCRIPT = "${S}/configure" |
28 | EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake" | 28 | EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake" |
29 | 29 | ||
30 | PACKAGECONFIG ??= "zlib" | 30 | PACKAGECONFIG ??= "zlib pixmap" |
31 | 31 | ||
32 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | 32 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" |
33 | # harfbuzz results in a circular dependency so enabling is non-trivial | 33 | # harfbuzz results in a circular dependency so enabling is non-trivial |