aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvanfanel2015-12-04 16:48:27 +0100
committerJohannes Schickel2015-12-08 21:41:40 +0100
commit6deb5ecc881145b7d7718de5da2c64c6eb80c199 (patch)
treecbc718dea0a410f230f6b27513d90b285a27de12 /configure
parent66dbb7f485899a555093e1b909d65c97589a5681 (diff)
downloadscummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.tar.gz
scummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.tar.bz2
scummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.zip
RASPBERRYPI: Prefer SDL2 over SDL1.2.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index cb903feacb..402e84b271 100755
--- a/configure
+++ b/configure
@@ -2589,6 +2589,10 @@ if test -n "$_host"; then
if test "$_opengl" = yes; then
_opengles=yes
fi
+ # We prefer SDL2 on the Raspberry Pi: acceleration now depends on it
+ # since SDL2 manages dispmanx/GLES2 very well internally.
+ # SDL1 is bit-rotten on this platform.
+ _sdlconfig=sdl2-config
;;
dreamcast)
append_var DEFINES "-DDISABLE_DEFAULT_SAVEFILEMANAGER"