[Scummvm-cvs-logs] scummvm master -> 38b67791360441a0066d0ea394bf054854968e44
zeldin
marcus at mc.pp.se
Sun May 12 16:29:52 CEST 2013
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:
38b6779136 CONFIGURE: Fix 16bit test for Dreamcast
Commit: 38b67791360441a0066d0ea394bf054854968e44
https://github.com/scummvm/scummvm/commit/38b67791360441a0066d0ea394bf054854968e44
Author: Marcus Comstedt (marcus at mc.pp.se)
Date: 2013-05-12T07:26:56-07:00
Commit Message:
CONFIGURE: Fix 16bit test for Dreamcast
The Dreamcast backend is called "dc", not "dreamcast".
Changed paths:
configure
diff --git a/configure b/configure
index db347c1..5016a86 100755
--- a/configure
+++ b/configure
@@ -2869,7 +2869,7 @@ esac
# Enable 16bit support only for backends which support it
#
case $_backend in
- android | bada | dingux | dreamcast | gph | iphone | maemo | openpandora | psp | samsungtv | sdl | webos | wii)
+ android | bada | dingux | dc | gph | iphone | maemo | openpandora | psp | samsungtv | sdl | webos | wii)
if test "$_16bit" = auto ; then
_16bit=yes
else
More information about the Scummvm-git-logs
mailing list