Fix qb/config.libs.sh and qb/config.params.sh so that SDL2 gets

detected
This commit is contained in:
twinaphex 2014-08-11 06:56:44 +02:00
parent 7b8629c962
commit 67b3092b2d
2 changed files with 2 additions and 3 deletions

View File

@ -159,10 +159,9 @@ check_pkgconf PULSE libpulse
check_lib COREAUDIO "-framework AudioUnit" AudioUnitInitialize
check_pkgconf SDL sdl 1.2.10
check_pkgconf SDL2 sdl2 2.0.0
if [ "$HAVE_SDL2" == 'yes' ]; then
check_pkgconf SDL2 sdl2 2.0.0
if [ "$HAVE_SDL2" == 'yes' ] && [ "$HAVE_SDL" == 'yes' ]; then
echo "SDL drivers will be replaced by SDL2 ones."
HAVE_SDL=no

View File

@ -2,7 +2,7 @@ HAVE_RGUI=yes # Disable RGUI
HAVE_LAKKA=no # Enable Lakka menu
HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library
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_LIBRETRO= # libretro library used
HAVE_MAN_DIR= # Manpage install directory