diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-09-06 16:16:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 07:53:51 +0100 |
| commit | de3f6ad173de0da566bbcb4bbe014c443ea9f14e (patch) | |
| tree | 2119a61267f7fc994788f65e5f3d10e81bb48c3c | |
| parent | 056a8bbe1eb2369ec0605c41c3e3837e1de03865 (diff) | |
| download | poky-de3f6ad173de0da566bbcb4bbe014c443ea9f14e.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_8.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 04c7c2a6ac..558a416f7b 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 | |||
| 11 | 11 | ||
| 12 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | 12 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp \ | 14 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp png \ |
| 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ | 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
