aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-04-06 22:43:21 +0200
committerMax Horn2011-04-12 11:05:53 +0200
commitaa79a2634d94ad98e1e32aaa923c2cd9fbe99893 (patch)
tree96758526cf6fa32cc732c8088c70da81b6e0b26d /configure
parent48dbbdcd74e4e0f8b21d77fb9850d348a082c03d (diff)
downloadscummvm-rg350-aa79a2634d94ad98e1e32aaa923c2cd9fbe99893.tar.gz
scummvm-rg350-aa79a2634d94ad98e1e32aaa923c2cd9fbe99893.tar.bz2
scummvm-rg350-aa79a2634d94ad98e1e32aaa923c2cd9fbe99893.zip
WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1debc94dd4..02208a30a8 100755
--- a/configure
+++ b/configure
@@ -2068,6 +2068,7 @@ if test -n "$_host"; then
_mt32emu=no
_seq_midi=no
_vkeybd=yes
+ _keymapper=yes
;;
wii)
_endian=big
@@ -3132,7 +3133,7 @@ case $_backend in
DEFINES="$DEFINES -DSDL_BACKEND"
;;
webos)
- INCLUDES="$INCLUDES -I$WEBOS_PDK/include/SDL"
+ INCLUDES="$INCLUDES -I$WEBOS_PDK/include -I$WEBOS_PDK/include/SDL"
LIBS="$LIBS -lSDL -lpdl"
DEFINES="$DEFINES -DSDL_BACKEND -DWEBOS"
MODULES="$MODULES backends/platform/sdl"