[Scummvm-cvs-logs] scummvm master -> bd60a289c7748ad6a03299e4fc9d161f31495b43
djwillis
John.Willis at Distant-earth.com
Wed May 4 15:40:00 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bd60a289c7 CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend.
Commit: bd60a289c7748ad6a03299e4fc9d161f31495b43
https://github.com/scummvm/scummvm/commit/bd60a289c7748ad6a03299e4fc9d161f31495b43
Author: David-John Willis (John.Willis at Distant-earth.com)
Date: 2011-05-04T06:35:25-07:00
Commit Message:
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.
Changed paths:
configure
diff --git a/configure b/configure
index a498d25..5115181 100755
--- a/configure
+++ b/configure
@@ -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
More information about the Scummvm-git-logs
mailing list