mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix qb/config.libs.sh and qb/config.params.sh so that SDL2 gets
detected
This commit is contained in:
parent
7b8629c962
commit
67b3092b2d
@ -159,10 +159,9 @@ check_pkgconf PULSE libpulse
|
|||||||
check_lib COREAUDIO "-framework AudioUnit" AudioUnitInitialize
|
check_lib COREAUDIO "-framework AudioUnit" AudioUnitInitialize
|
||||||
|
|
||||||
check_pkgconf SDL sdl 1.2.10
|
check_pkgconf SDL sdl 1.2.10
|
||||||
|
check_pkgconf SDL2 sdl2 2.0.0
|
||||||
|
|
||||||
if [ "$HAVE_SDL2" == 'yes' ]; then
|
if [ "$HAVE_SDL2" == 'yes' ]; then
|
||||||
check_pkgconf SDL2 sdl2 2.0.0
|
|
||||||
|
|
||||||
if [ "$HAVE_SDL2" == 'yes' ] && [ "$HAVE_SDL" == 'yes' ]; then
|
if [ "$HAVE_SDL2" == 'yes' ] && [ "$HAVE_SDL" == 'yes' ]; then
|
||||||
echo "SDL drivers will be replaced by SDL2 ones."
|
echo "SDL drivers will be replaced by SDL2 ones."
|
||||||
HAVE_SDL=no
|
HAVE_SDL=no
|
||||||
|
@ -2,7 +2,7 @@ HAVE_RGUI=yes # Disable RGUI
|
|||||||
HAVE_LAKKA=no # Enable Lakka menu
|
HAVE_LAKKA=no # Enable Lakka menu
|
||||||
HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library
|
HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library
|
||||||
HAVE_SDL=auto # SDL support
|
HAVE_SDL=auto # SDL support
|
||||||
HAVE_SDL2=no # SDL2 support (disables SDL 1.x)
|
HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)
|
||||||
HAVE_UDEV=auto # Udev/Evdev gamepad support
|
HAVE_UDEV=auto # Udev/Evdev gamepad support
|
||||||
HAVE_LIBRETRO= # libretro library used
|
HAVE_LIBRETRO= # libretro library used
|
||||||
HAVE_MAN_DIR= # Manpage install directory
|
HAVE_MAN_DIR= # Manpage install directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user