diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-04-24 22:33:57 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-25 14:47:10 -0700 |
| commit | 6254f5f8552bc5473ea94a50d2785e6e8f6d1694 (patch) | |
| tree | 3f432d45f44b173e54ec7b1bcb94c3f293b9ca4f | |
| parent | a9be2b8319d624b03c62735002c697dd128e8340 (diff) | |
| download | meta-openembedded-6254f5f8552bc5473ea94a50d2785e6e8f6d1694.tar.gz | |
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>
| -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 |
