diff options
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb b/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb index 57a7e8515a..22462e2499 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native" | |||
9 | 9 | ||
10 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | 10 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \ | 12 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \ |
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ |
14 | " | 14 | " |
15 | 15 | ||