diff options
author | Bastien Bouclet | 2012-08-21 16:21:10 +0200 |
---|---|---|
committer | Bastien Bouclet | 2012-08-21 16:21:10 +0200 |
commit | 1d58ebe133c274643a89f2f4f0d24a2a8ab343c3 (patch) | |
tree | ff2cac824762e51a71c3022a1ef77bede6c6eea2 /configure | |
parent | a391599403faf864f1583ababdba577fb6393afd (diff) | |
download | scummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.tar.gz scummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.tar.bz2 scummvm-rg350-1d58ebe133c274643a89f2f4f0d24a2a8ab343c3.zip |
PS3: Force use of freetype from ps3toolchain
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |