mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
qemu-system-native: enable PNG support
It might be useful to grab screenshots from qemu-system-native (for example, for QA purposes). (From OE-Core rev: ff8a2edb396dfe2e9be37ddda38eaa76e63874a2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
056a8bbe1e
commit
de3f6ad173
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native me
|
||||
|
||||
EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
|
||||
|
||||
PACKAGECONFIG ??= "fdt alsa kvm pie slirp \
|
||||
PACKAGECONFIG ??= "fdt alsa kvm pie slirp png \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user