aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYotam Barnoy2010-06-16 09:04:27 +0000
committerYotam Barnoy2010-06-16 09:04:27 +0000
commite7e8808affc1a256b228da859e44ec3071c3a5a4 (patch)
tree3637b2a8be1770b08536b06ba3cb912d0ec0d07d /configure
parent4ac81f3d18c6d31d1e6291e53d128db9f7199f57 (diff)
downloadscummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.tar.gz
scummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.tar.bz2
scummvm-rg350-e7e8808affc1a256b228da859e44ec3071c3a5a4.zip
PSP: got rid of SDL
svn-id: r49903
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure b/configure
index 3b8dbe2471..41e6a46f44 100755
--- a/configure
+++ b/configure
@@ -2484,14 +2484,7 @@ case $_backend in
;;
psp)
DEFINES="$DEFINES -D__PSP__ -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL"
- INCLUDES="$INCLUDES -I$PSPDEV/psp/include/SDL"
- LIBS="$LIBS -lpng -lSDL -Wl,-Map,mapfile.txt"
- SDLLIBS=`$PSPDEV/psp/bin/sdl-config --libs`
-
- if `echo "$SDLLIBS" | grep ".*-lGL.*" 1>/dev/null 2>&1`
- then
- LIBS="$LIBS -lGL"
- fi
+ LIBS="$LIBS -lpng -Wl,-Map,mapfile.txt"
;;
samsungtv)
find_sdlconfig