diff options
author | TomFrost | 2011-09-24 15:12:27 -0400 |
---|---|---|
committer | TomFrost | 2011-09-24 15:12:27 -0400 |
commit | c619c241dec00e5693e8ec83e6278a9978dc1ac5 (patch) | |
tree | 36355496e0baad41b8dace54399dd1e14411584b /configure | |
parent | 5143a0c7085bff3b4613a62970d9ed19e6ac91cb (diff) | |
download | scummvm-rg350-c619c241dec00e5693e8ec83e6278a9978dc1ac5.tar.gz scummvm-rg350-c619c241dec00e5693e8ec83e6278a9978dc1ac5.tar.bz2 scummvm-rg350-c619c241dec00e5693e8ec83e6278a9978dc1ac5.zip |
WebOS: Enable scalers and Darwin compatibility.
On Mac OS X (Darwin), there are minor differences in the 'sed'
and 'install' tools that require slightly different usage. This
distinction has been made in webos.mk, made possible by an
additional flag in ./configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2355,12 +2355,14 @@ if test -n "$_host"; then webos) _backend="webos" _port_mk="backends/platform/webos/webos.mk" - _build_scalers=no + _build_scalers=yes + _build_hq_scalers=no _timidity=no _mt32emu=no _seq_midi=no _vkeybd=no _keymapper=yes + add_line_to_config_mk "HOST_COMPILER = `uname`" ;; wii) _backend="wii" |