aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-John Willis2011-05-04 14:35:25 +0100
committerWillem Jan Palenstijn2011-05-14 11:53:13 +0200
commitea1ef4386a4c76b9910d72aaacd035240005ee46 (patch)
tree76e7dd344ffc542ebe73f63e17ff479199780d2f
parente7a006f21865dcb15b05b3fc27903dd03a1dd8b2 (diff)
downloadscummvm-rg350-ea1ef4386a4c76b9910d72aaacd035240005ee46.tar.gz
scummvm-rg350-ea1ef4386a4c76b9910d72aaacd035240005ee46.tar.bz2
scummvm-rg350-ea1ef4386a4c76b9910d72aaacd035240005ee46.zip
CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend.
* Not really sure when/how it got lost but as it's lack spectacularly breaks the backend it is a really good idea to put it back ;) Thanks to Max for the heads up. (cherry picked from commit bd60a289c7748ad6a03299e4fc9d161f31495b43)
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fa2f962e79..624d49fccb 100755
--- a/configure
+++ b/configure
@@ -3110,6 +3110,7 @@ case $_backend in
INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
LDFLAGS="$LDFLAGS"
+ DEFINES="$DEFINES -DSDL_BACKEND"
;;
ps2)
# TODO ps2