diff options
author | Fabio Battaglia | 2012-06-22 13:11:57 +0200 |
---|---|---|
committer | Fabio Battaglia | 2012-06-22 13:11:57 +0200 |
commit | 6fb8009db42ab7d26ab812433be5fa63e3858f4e (patch) | |
tree | bc2acbfb6a13e26c2907ea22d0ffbf2425e16def | |
parent | 547fdfe12a3b999473304925bf80ae1afda5f8d6 (diff) | |
download | scummvm-rg350-6fb8009db42ab7d26ab812433be5fa63e3858f4e.tar.gz scummvm-rg350-6fb8009db42ab7d26ab812433be5fa63e3858f4e.tar.bz2 scummvm-rg350-6fb8009db42ab7d26ab812433be5fa63e3858f4e.zip |
Disable Alsa Midi in Dingux/OpenDingux port
Disabling (useless) Alsa Midi solves a compilation problem
on the OpenDingux port
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |