Message ID | 20250606121256.487555-1-alex@linutronix.de |
---|---|
State | New |
Headers | show |
Series | [1/2] qemu-system-native: enable sdl by default | expand |
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" EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" -PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \ +PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ "
This is already done in target and nativesdk qemu, and in default templates for both oe-core and poky. Let's just make it universal. This also simplifies configurations for bitbake-setup, as they no longer have to enable sdl separately. Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)