Message ID | 20250424204308.2113998-1-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | mpg123: make use of virtual/libsdl2 | expand |
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb index 82f7b7d332..d559bc6417 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb @@ -28,7 +28,7 @@ PACKAGECONFIG[jack] = ",,jack" PACKAGECONFIG[openal] = ",,openal-soft" PACKAGECONFIG[portaudio] = ",,portaudio-v19" PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio" -PACKAGECONFIG[sdl] = ",,libsdl2" +PACKAGECONFIG[sdl] = ",,virtual/libsdl2" # Following are possible sound output modules: # alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win32 win32_wasapi
Fix to ensure it would work with both libsdl2 and libsdl2-compat Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)