diff options
author | David-John Willis | 2011-05-04 14:35:25 +0100 |
---|---|---|
committer | David-John Willis | 2011-05-04 14:35:25 +0100 |
commit | bd60a289c7748ad6a03299e4fc9d161f31495b43 (patch) | |
tree | 194a1076955f71888c0aab8011b290ee9ab0e92c /configure | |
parent | 9f1dacd72bd633ff162eb4f385f0f4505a59e522 (diff) | |
download | scummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.tar.gz scummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.tar.bz2 scummvm-rg350-bd60a289c7748ad6a03299e4fc9d161f31495b43.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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3083,6 +3083,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 |