mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
qemu-system-native: enable sdl by default
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. (From OE-Core rev: f52c9d5a59ac19fc6b68c175649697257a9ebdfd) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3a48760dd8
commit
3306e1eaf1
|
@ -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)} \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user