mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
26525f2f4f
commit
2673d8005c
@@ -27,7 +27,7 @@ AUTOTOOLS_SCRIPT_PATH = "${S}/builds/unix"
|
||||
CONFIGURE_SCRIPT = "${S}/configure"
|
||||
EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake"
|
||||
|
||||
PACKAGECONFIG ??= "zlib"
|
||||
PACKAGECONFIG ??= "zlib pixmap"
|
||||
|
||||
PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
||||
# harfbuzz results in a circular dependency so enabling is non-trivial
|
||||
|
||||
Reference in New Issue
Block a user