aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2012-08-21 16:21:10 +0200
committerBastien Bouclet2012-08-21 16:21:10 +0200
commit1d58ebe133c274643a89f2f4f0d24a2a8ab343c3 (patch)
treeff2cac824762e51a71c3022a1ef77bede6c6eea2
parenta391599403faf864f1583ababdba577fb6393afd (diff)
downloadscummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.tar.gz
scummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.tar.bz2
scummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.zip
PS3: Force use of freetype from ps3toolchain
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 4b54832294..5c6deace41 100755
--- a/configure
+++ b/configure
@@ -2079,8 +2079,9 @@ case $_host_os in
DEFINES="$DEFINES -D__PLAYSTATION2__"
;;
ps3)
- # Force use of SDL from the ps3 toolchain
+ # Force use of SDL and freetype from the ps3 toolchain
_sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
+ _freetypepath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin"
DEFINES="$DEFINES -DPLAYSTATION3"
CXXFLAGS="$CXXFLAGS -mcpu=cell -mminimal-toc -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include"