diff options
author | vanfanel | 2015-12-04 16:48:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-08 21:41:40 +0100 |
commit | 6deb5ecc881145b7d7718de5da2c64c6eb80c199 (patch) | |
tree | cbc718dea0a410f230f6b27513d90b285a27de12 | |
parent | 66dbb7f485899a555093e1b909d65c97589a5681 (diff) | |
download | scummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.tar.gz scummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.tar.bz2 scummvm-rg350-6deb5ecc881145b7d7718de5da2c64c6eb80c199.zip |
RASPBERRYPI: Prefer SDL2 over SDL1.2.
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |