mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG
Enable SDL by default for nativesdk as we do with natve, this will allow qemu with ADT to use graphics no vnc by default. [YOCTO #6446] (From meta-yocto rev: 42001a84f793841a5859b53fe7bc565ac6a94833) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b1c329804
commit
8afa4e7b9f
@@ -243,6 +243,7 @@ BB_DISKMON_DIRS = "\
|
||||
# seen. The two lines below enable the SDL backend too. This assumes there is a
|
||||
# libsdl library available on your build system.
|
||||
PACKAGECONFIG_pn-qemu-native = "sdl"
|
||||
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
|
||||
ASSUME_PROVIDED += "libsdl-native"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user