diff options
author | David-John Willis | 2011-05-04 14:35:25 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-05-14 11:53:13 +0200 |
commit | ea1ef4386a4c76b9910d72aaacd035240005ee46 (patch) | |
tree | 76e7dd344ffc542ebe73f63e17ff479199780d2f | |
parent | e7a006f21865dcb15b05b3fc27903dd03a1dd8b2 (diff) | |
download | scummvm-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |