From ff8a2edb396dfe2e9be37ddda38eaa76e63874a2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 6 Sep 2023 16:16:47 +0100 Subject: [PATCH] qemu-system-native: enable PNG support It might be useful to grab screenshots from qemu-system-native (for example, for QA purposes). Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb index 04c7c2a6acf..558a416f7b4 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb @@ -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)} \ " -- 2.47.2