linuxconsole: make use of virtual/libsdl2

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-04-24 22:33:57 +02:00 committed by Khem Raj
parent a9be2b8319
commit 6254f5f855
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -35,7 +35,7 @@ SYSTEMD_AUTO_ENABLE:inputattach = "enable"
PROVIDES += "joystick"
PACKAGECONFIG ??= "sdl"
PACKAGECONFIG[sdl] = ",,libsdl2"
PACKAGECONFIG[sdl] = ",,virtual/libsdl2"
do_compile() {
if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then