[Scummvm-cvs-logs] scummvm master -> 1d58ebe133c274643a89f2f4f0d24a2a8ab343c3

bgK bastien.bouclet at gmail.com
Tue Aug 21 14:32:26 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1d58ebe133 PS3: Force use of freetype from ps3toolchain


Commit: 1d58ebe133c274643a89f2f4f0d24a2a8ab343c3
    https://github.com/scummvm/scummvm/commit/1d58ebe133c274643a89f2f4f0d24a2a8ab343c3
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2012-08-21T07:21:10-07:00

Commit Message:
PS3: Force use of freetype from ps3toolchain

Changed paths:
    configure



diff --git a/configure b/configure
index 4b54832..5c6deac 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"






More information about the Scummvm-git-logs mailing list