Skip to content

Commit

Permalink
CONFIGURE: Add _timidity=no to the GPH devices to stop Timidity
Browse files Browse the repository at this point in the history
           support being built.

* This is for the GP2X, GP2XWIZ and Caanoo devices that use the
  GPH backend.
  • Loading branch information
djwillis committed Apr 13, 2011
1 parent a18bb2e commit 1986c1d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions configure
Expand Up @@ -1760,9 +1760,10 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="gph"
_build_hq_scalers=no
_mt32emu=no
_vkeybd=yes
_seq_midi=no
_mt32emu=no
_timidity=no
_port_mk="backends/platform/gph/caanoo-bundle.mk"
;;
*darwin*)
Expand Down Expand Up @@ -1849,9 +1850,10 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="gph"
_build_hq_scalers=no
_mt32emu=no
_vkeybd=yes
_seq_midi=no
_mt32emu=no
_timidity=no
_port_mk="backends/platform/gph/gp2x-bundle.mk"
;;
gp2xwiz)
Expand All @@ -1872,9 +1874,10 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="gph"
_build_hq_scalers=no
_mt32emu=no
_vkeybd=yes
_seq_midi=no
_mt32emu=no
_timidity=no
_port_mk="backends/platform/gph/gp2xwiz-bundle.mk"
;;
iphone)
Expand Down Expand Up @@ -1992,8 +1995,8 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="openpandora"
_build_hq_scalers=yes
_mt32emu=no
_vkeybd=no
_mt32emu=no
_seq_midi=no
_port_mk="backends/platform/openpandora/op-bundle.mk"
;;
Expand Down

0 comments on commit 1986c1d

Please sign in to comment.