From 6deb5ecc881145b7d7718de5da2c64c6eb80c199 Mon Sep 17 00:00:00 2001 From: vanfanel Date: Fri, 4 Dec 2015 16:48:27 +0100 Subject: RASPBERRYPI: Prefer SDL2 over SDL1.2. --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') 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" -- cgit v1.2.3