[iortcw] 432/497: All: Enable Freetype support by default

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 7db2a5a78b72feef64be04f32140ff745f0fa576
Author: Donny <donny at raspberrypi.(none)>
Date:   Wed Nov 18 06:07:26 2015 -0500

    All: Enable Freetype support by default
---
 MP/Makefile | 2 +-
 SP/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index 1a35b4e..b943bb1 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -217,7 +217,7 @@ USE_VOIP=1
 endif
 
 ifndef USE_FREETYPE
-USE_FREETYPE=0
+USE_FREETYPE=1
 endif
 
 ifndef USE_INTERNAL_LIBS
diff --git a/SP/Makefile b/SP/Makefile
index 80e1517..6a50d00 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -217,7 +217,7 @@ USE_VOIP=1
 endif
 
 ifndef USE_FREETYPE
-USE_FREETYPE=0
+USE_FREETYPE=1
 endif
 
 ifndef USE_INTERNAL_LIBS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list