Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:27:49 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:27:49 +0300
commit3c9494bbfda098474df7bb5944cf3fbde3d6af43 (patch)
tree661cb3fc2fb2d0750a502cc0d0d9e5bd97cc9774 /config/linux2-config.py
parent631a8d85d4a2b83394bbbb2ac629bbe2f206fa21 (diff)
* reflect WITH_BF_INTERNATIONAL changes into (platform)-config.py files too
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 0cd7113ad7f..415fcb9b274 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -43,7 +43,8 @@ BF_ZLIB = '/usr'
BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'z'
-WITH_BF_GETTEXT = 'true'
+WITH_BF_INTERNATIONAL = 'true'
+
BF_GETTEXT = '/usr'
BF_GETTEXT_INC = '${BF_GETTEXT}/include'
BF_GETTEXT_LIB = 'gettextlib'
@@ -88,7 +89,6 @@ BF_SOLID_LIB = 'extern_solid'
#BF_PARANOID = 'true'
# enable freetype2 support for text objects
-WITH_BF_FREETYPE = 'true'
BF_FREETYPE = '/usr'
BF_FREETYPE_INC = '${BF_FREETYPE}/include ${BF_FREETYPE}/include/freetype2'
BF_FREETYPE_LIB = 'freetype'