aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDoron Rosenberg2011-08-04 10:44:06 -0700
committerDoron Rosenberg2011-08-04 10:44:06 -0700
commit0ceb7b4ccd89150e46f92545bf4bdbb070cede12 (patch)
treed59f5263797f9e6bebddd29e996d8a811408f960 /configure
parent3126b06600016893f85e492b645a0773847aeb39 (diff)
downloadscummvm-rg350-0ceb7b4ccd89150e46f92545bf4bdbb070cede12.tar.gz
scummvm-rg350-0ceb7b4ccd89150e46f92545bf4bdbb070cede12.tar.bz2
scummvm-rg350-0ceb7b4ccd89150e46f92545bf4bdbb070cede12.zip
WebOS: touchpad virtual keyboard
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5e2345acb..e330722c9d 100755
--- a/configure
+++ b/configure
@@ -2395,7 +2395,7 @@ case $_backend in
;;
webos)
# There is no sdl-config in the WebOS PDK so we don't use find_sdlconfig here.
- LIBS="$LIBS -lSDL"
+ LIBS="$LIBS -lSDL -lpdl"
DEFINES="$DEFINES -DWEBOS"
DEFINES="$DEFINES -DSDL_BACKEND"
add_line_to_config_mk "SDL_BACKEND = 1"