aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-15 10:19:38 +0200
committerEugene Sandulenko2016-08-15 16:07:28 +0200
commitde04a68c06b3837678abecc245960530c536afda (patch)
tree2724501bb744bdec61ece900f51352fb26683b05 /configure
parent3dfd4ba296f407cec7533afee941be42ca5f61f1 (diff)
downloadscummvm-rg350-de04a68c06b3837678abecc245960530c536afda.tar.gz
scummvm-rg350-de04a68c06b3837678abecc245960530c536afda.tar.bz2
scummvm-rg350-de04a68c06b3837678abecc245960530c536afda.zip
BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9e2a19de34..c7fd4f020f 100755
--- a/configure
+++ b/configure
@@ -184,7 +184,7 @@ _amigaospath="Games:ScummVM"
_staticlibpath=
_xcodetoolspath=
_sparklepath=
-_sdlconfig=sdl-config
+_sdlconfig=sdl2-config
_freetypeconfig=freetype-config
_sdlpath="$PATH"
_freetypepath="$PATH"
@@ -368,7 +368,7 @@ define_in_config_if_yes() {
# TODO: small bit of code to test sdl usability
find_sdlconfig() {
echo_n "Looking for sdl-config... "
- sdlconfigs="$SDL_CONFIG:$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
+ sdlconfigs="$SDL_CONFIG:$_sdlconfig:sdl2-config:sdl12-config:sdl11-config:sdl-config"
_sdlconfig=
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR"
@@ -3122,7 +3122,7 @@ case $_backend in
append_var INCLUDES "-I$ANDROID_NDK/sources/cxx-stl/system/include"
;;
androidsdl)
- ;;
+ ;;
dc)
append_var INCLUDES '-I$(srcdir)/backends/platform/dc'
append_var INCLUDES '-isystem $(ronindir)/include'