aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBastien Bouclet2014-06-27 16:45:58 +0200
committerBastien Bouclet2015-12-15 20:10:19 +0100
commitb9a107499911873a0f5e5452d292f6541f0f001a (patch)
tree2236e84a6afa3908bf4d2d1dec657b5a81222085 /configure
parentd80c39bb29638bed4bff6453502878eaa5afbbf9 (diff)
downloadscummvm-rg350-b9a107499911873a0f5e5452d292f6541f0f001a.tar.gz
scummvm-rg350-b9a107499911873a0f5e5452d292f6541f0f001a.tar.bz2
scummvm-rg350-b9a107499911873a0f5e5452d292f6541f0f001a.zip
PS3: Make use of an updated SDL2 version
This version, available at https://bitbucket.org/bgK/sdl_psl1ght, is based on SDL 2.0.3.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 87070f5663..90aabc0259 100755
--- a/configure
+++ b/configure
@@ -2414,6 +2414,7 @@ case $_host_os in
;;
ps3)
# Force use of SDL and freetype from the ps3 toolchain
+ _sdlconfig=sdl2-config
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
_freetypepath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
@@ -3108,9 +3109,6 @@ case $_backend in
_sdlversion=`$_sdlconfig --version`
case $_sdlversion in
- 1.3.*)
- add_line_to_config_mk "USE_SDL13 = 1"
- ;;
2.0.*)
add_line_to_config_mk "USE_SDL2 = 1"
;;