aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTomFrost2011-10-01 23:03:15 -0400
committerTomFrost2011-10-01 23:03:15 -0400
commitdbd391bdfe9790aab8f6ae3dc7762ff2662cfbb4 (patch)
tree5ad3673ffe7e81c66f882932f0b9a0177eb1816b /configure
parentc958701c788217e93534deb6f5059e0a702531e8 (diff)
downloadscummvm-rg350-dbd391bdfe9790aab8f6ae3dc7762ff2662cfbb4.tar.gz
scummvm-rg350-dbd391bdfe9790aab8f6ae3dc7762ff2662cfbb4.tar.bz2
scummvm-rg350-dbd391bdfe9790aab8f6ae3dc7762ff2662cfbb4.zip
WebOS: Add improvements suggested in pull req. 89.
The improvements in this commit are mostly code formatting, variable abstraction, and in one case, a performance enhancement as calculations were made a one-time fire rather than being run with every mouse move event.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 914690512b..9a757960d9 100755
--- a/configure
+++ b/configure
@@ -2506,6 +2506,7 @@ case $_backend in
;;
webos)
# There is no sdl-config in the WebOS PDK so we don't use find_sdlconfig here.
+ # The PDL library acts as the WebOS device toolchain, and is required to control the virtual keyboard among other OS-level events.
LIBS="$LIBS -lSDL -lpdl"
DEFINES="$DEFINES -DWEBOS"
DEFINES="$DEFINES -DSDL_BACKEND"