From 3c9494bbfda098474df7bb5944cf3fbde3d6af43 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 5 Feb 2006 12:27:49 +0000 Subject: * reflect WITH_BF_INTERNATIONAL changes into (platform)-config.py files too --- config/darwin-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/darwin-config.py') diff --git a/config/darwin-config.py b/config/darwin-config.py index 5450897b431..54eea3630fa 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -51,7 +51,8 @@ BF_ZLIB = '/usr' BF_ZLIB_INC = BF_ZLIB + '/include' BF_ZLIB_LIB = 'z' -WITH_BF_GETTEXT = 'true' +WITH_BF_INTERNATIONAL = 'true' + BF_GETTEXT = LCGDIR + '/gettext' BF_GETTEXT_INC = BF_GETTEXT + '/include' BF_GETTEXT_LIB = 'intl' @@ -97,7 +98,6 @@ BF_SOLID_LIB = 'extern_solid' #BF_PARANOID = 'true' # enable freetype2 support for text objects -WITH_BF_FREETYPE = 'true' BF_FREETYPE = LCGDIR + '/freetype' BF_FREETYPE_INC = BF_FREETYPE + '/include ' + BF_FREETYPE + '/include/freetype2' BF_FREETYPE_LIB = 'freetype' -- cgit v1.2.3