From d78eec93197cc1d3cc9da773ce30396891ec60f6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Apr 2009 20:09:05 +0000 Subject: [PATCH] --- tools/btools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btools.py b/tools/btools.py index 911376856ad..dd04a366b1b 100755 --- a/tools/btools.py +++ b/tools/btools.py @@ -298,7 +298,7 @@ def read_opts(cfg, args): ##BF_PARANOID = True ## ### enable freetype2 support for text objects - (BoolVariable('WITH_BF_FREETYPE', 'Use FreeType2 if true', False)), + (BoolVariable('WITH_BF_FREETYPE', 'Use FreeType2 if true', True)), ('BF_FREETYPE', 'Freetype base path', ''), ('BF_FREETYPE_INC', 'Freetype include path', ''), ('BF_FREETYPE_LIB', 'Freetype library', ''),