diff options
author | Klaus Reimer | 2011-04-04 00:28:14 +0200 |
---|---|---|
committer | Max Horn | 2011-04-12 11:05:35 +0200 |
commit | a4e757834e1ea227c207072868ca732f9872ed59 (patch) | |
tree | b8064c4706a903fbc1b405acfb4437a97e4ed776 /configure | |
parent | b17f7d20c28eda883b8c21ad3fedc6619ee04d5d (diff) | |
download | scummvm-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |