[Scummvm-cvs-logs] scummvm master -> 6fb8009db42ab7d26ab812433be5fa63e3858f4e

hkzlab hkzlabnet at gmail.com
Fri Jun 22 13:13:13 CEST 2012


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:
6fb8009db4 Disable Alsa Midi in Dingux/OpenDingux port


Commit: 6fb8009db42ab7d26ab812433be5fa63e3858f4e
    https://github.com/scummvm/scummvm/commit/6fb8009db42ab7d26ab812433be5fa63e3858f4e
Author: Fabio Battaglia (hkzlabnet at gmail.com)
Date: 2012-06-22T04:11:57-07:00

Commit Message:
Disable Alsa Midi in Dingux/OpenDingux port

Disabling (useless) Alsa Midi solves a compilation problem
on the OpenDingux port

Changed paths:
    configure



diff --git a/configure b/configure
index 5905f40..9fe5587 100755
--- a/configure
+++ b/configure
@@ -2237,6 +2237,8 @@ if test -n "$_host"; then
 			CXXFLAGS="$CXXFLAGS -mips32"
 			_backend="dingux"
 			_mt32emu=no
+			# Disable alsa midi to get the port build on OpenDingux toolchain
+			_alsa=no 
 			_vkeybd=yes
 			_build_hq_scalers=no
 			_keymapper=no






More information about the Scummvm-git-logs mailing list