aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-04-04 00:28:14 +0200
committerMax Horn2011-04-12 11:05:35 +0200
commita4e757834e1ea227c207072868ca732f9872ed59 (patch)
treeb8064c4706a903fbc1b405acfb4437a97e4ed776 /configure
parentb17f7d20c28eda883b8c21ad3fedc6619ee04d5d (diff)
downloadscummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.tar.gz
scummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.tar.bz2
scummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.zip
WEBOS: Create webos backend with custom events
Currently only contains test code.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1cec7db176..1debc94dd4 100755
--- a/configure
+++ b/configure
@@ -2067,6 +2067,7 @@ if test -n "$_host"; then
_timidity=no
_mt32emu=no
_seq_midi=no
+ _vkeybd=yes
;;
wii)
_endian=big
@@ -3133,7 +3134,7 @@ case $_backend in
webos)
INCLUDES="$INCLUDES -I$WEBOS_PDK/include/SDL"
LIBS="$LIBS -lSDL -lpdl"
- DEFINES="$DEFINES -DWEBOS -DSDL_BACKEND"
+ DEFINES="$DEFINES -DSDL_BACKEND -DWEBOS"
MODULES="$MODULES backends/platform/sdl"
;;
wii)