aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTomFrost2011-09-03 14:23:14 -0400
committerTomFrost2011-09-03 14:23:14 -0400
commit5c1f13251e0a0e94030c286beb8d770f07778583 (patch)
tree213ff2881e4c8447890c17e047064156975bab9e /configure
parent7f5f9c9f91eb8cd52ebcffe208d0e778f8ff6448 (diff)
parent28201a1e9d1825ea2b590288f06003a8ae7a7e00 (diff)
downloadscummvm-rg350-5c1f13251e0a0e94030c286beb8d770f07778583.tar.gz
scummvm-rg350-5c1f13251e0a0e94030c286beb8d770f07778583.tar.bz2
scummvm-rg350-5c1f13251e0a0e94030c286beb8d770f07778583.zip
Merge branch 'master' of git://github.com/nexapps/scummvm into nexapps
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 278b917ea1..9a824b97ed 100755
--- a/configure
+++ b/configure
@@ -2504,7 +2504,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"