aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTomFrost2011-09-24 15:12:27 -0400
committerTomFrost2011-09-24 15:12:27 -0400
commitc619c241dec00e5693e8ec83e6278a9978dc1ac5 (patch)
tree36355496e0baad41b8dace54399dd1e14411584b /configure
parent5143a0c7085bff3b4613a62970d9ed19e6ac91cb (diff)
downloadscummvm-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-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 9a824b97ed..914690512b 100755
--- a/configure
+++ b/configure
@@ -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"