Skip to content

Commit

Permalink
Disable Alsa Midi in Dingux/OpenDingux port
Browse files Browse the repository at this point in the history
Disabling (useless) Alsa Midi solves a compilation problem
on the OpenDingux port
  • Loading branch information
hkzlab committed Jun 22, 2012
1 parent 547fdfe commit 6fb8009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit 6fb8009

Please sign in to comment.