diff options
author | David-John Willis | 2011-04-12 12:13:38 +0100 |
---|---|---|
committer | David-John Willis | 2011-04-13 08:01:16 +0100 |
commit | 1986c1d82b83ea7a8a510e12ca7e78127de1da80 (patch) | |
tree | 03952ec879b43f691f8705d01472b8ba96b766ee /configure | |
parent | a18bb2e73d2580722fe418db7c307f9bc307e091 (diff) | |
download | scummvm-rg350-1986c1d82b83ea7a8a510e12ca7e78127de1da80.tar.gz scummvm-rg350-1986c1d82b83ea7a8a510e12ca7e78127de1da80.tar.bz2 scummvm-rg350-1986c1d82b83ea7a8a510e12ca7e78127de1da80.zip |
CONFIGURE: Add _timidity=no to the GPH devices to stop Timidity
support being built.
* This is for the GP2X, GP2XWIZ and Caanoo devices that use the
GPH backend.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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*) @@ -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) @@ -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) @@ -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" ;; |