mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
a9be2b8319
commit
6254f5f855
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user