RASPBERRYPI: Prefer SDL2 over SDL1.2.
This commit is contained in:
parent
66dbb7f485
commit
6deb5ecc88
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue