diff options
| author | TomFrost | 2011-10-01 23:03:15 -0400 |
|---|---|---|
| committer | TomFrost | 2011-10-01 23:03:15 -0400 |
| commit | dbd391bdfe9790aab8f6ae3dc7762ff2662cfbb4 (patch) | |
| tree | 5ad3673ffe7e81c66f882932f0b9a0177eb1816b /configure | |
| parent | c958701c788217e93534deb6f5059e0a702531e8 (diff) | |
| download | scummvm-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
