[Scummvm-cvs-logs] SF.net SVN: scummvm:[45316] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Oct 22 00:39:36 CEST 2009
Revision: 45316
http://scummvm.svn.sourceforge.net/scummvm/?rev=45316&view=rev
Author: fingolfin
Date: 2009-10-21 22:39:36 +0000 (Wed, 21 Oct 2009)
Log Message:
-----------
Patch #2875721: vkeybd and keymapper enable by default for motomagx
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-10-21 21:07:21 UTC (rev 45315)
+++ scummvm/trunk/configure 2009-10-21 22:39:36 UTC (rev 45316)
@@ -1349,6 +1349,7 @@
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
+ _vkeybd="yes"
_port_mk="backends/platform/linuxmoto/linuxmoto.mk"
;;
motomagx)
@@ -1363,6 +1364,8 @@
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
+ _vkeybd="yes"
+ _keymapper="yes"
_port_mk="backends/platform/linuxmoto/linuxmoto.mk"
;;
bfin*)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list