diff options
-rw-r--r-- | meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb index a2a420ced8..53023b99a0 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | |||
@@ -35,7 +35,7 @@ SYSTEMD_AUTO_ENABLE:inputattach = "enable" | |||
35 | PROVIDES += "joystick" | 35 | PROVIDES += "joystick" |
36 | 36 | ||
37 | PACKAGECONFIG ??= "sdl" | 37 | PACKAGECONFIG ??= "sdl" |
38 | PACKAGECONFIG[sdl] = ",,libsdl2" | 38 | PACKAGECONFIG[sdl] = ",,virtual/libsdl2" |
39 | 39 | ||
40 | do_compile() { | 40 | do_compile() { |
41 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then | 41 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then |