aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYotam Barnoy2009-11-24 10:33:30 +0000
committerYotam Barnoy2009-11-24 10:33:30 +0000
commitb8b042d4bf22b62a55394fe50972d50335766a59 (patch)
treebc0d9e5151a87df721d4f70956a0b2dc44741058 /configure
parent47e358cd12dcb2fc044fda26e0c3216519bd1e22 (diff)
downloadscummvm-rg350-b8b042d4bf22b62a55394fe50972d50335766a59.tar.gz
scummvm-rg350-b8b042d4bf22b62a55394fe50972d50335766a59.tar.bz2
scummvm-rg350-b8b042d4bf22b62a55394fe50972d50335766a59.zip
PSP: Replaced virtual keyboard and cleaned up makefiles in the process.
svn-id: r46120
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 66fe94191e..1630666a16 100755
--- a/configure
+++ b/configure
@@ -900,7 +900,9 @@ psp)
_host_os=psp
_host_cpu=mipsallegrexel
_host_alias=psp
- LDFLAGS="$LDFLAGS -L$PSPDEV/psp/sdk/lib -specs=$_srcdir/backends/platform/psp/psp.spec"
+ PSPDEV=$(psp-config --pspdev-path)
+ PSPSDK=$(psp-config --pspsdk-path)
+ LDFLAGS="$LDFLAGS -L$PSPSDK/lib -L$PSPDEV/psp/lib -specs=$_srcdir/backends/platform/psp/psp.spec"
;;
ps2)
_host_os=ps2
@@ -983,7 +985,6 @@ wii | gamecube | nds)
fi
;;
psp)
- PSPSDK=$(psp-config --pspsdk-path)
if test -z "$PSPSDK"; then
echo "Please set the path to PSPSDK in your environment."
exit 1
@@ -2306,7 +2307,6 @@ 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 -lSDL"
;;
ps2)
# TODO ps2