RASPBERRYPI: Prefer SDL2 over SDL1.2.

This commit is contained in:
vanfanel 2015-12-04 16:48:27 +01:00 committed by Johannes Schickel
parent 66dbb7f485
commit 6deb5ecc88

4
configure vendored
View file

@ -2589,6 +2589,10 @@ if test -n "$_host"; then
if test "$_opengl" = yes; then if test "$_opengl" = yes; then
_opengles=yes _opengles=yes
fi 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) dreamcast)
append_var DEFINES "-DDISABLE_DEFAULT_SAVEFILEMANAGER" append_var DEFINES "-DDISABLE_DEFAULT_SAVEFILEMANAGER"