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
path: root/source
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2006-10-01 16:39:31 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2006-10-01 16:39:31 +0400
commit4d1a7ef04264421c2199b1ce7feab461258d69b1 (patch)
tree5cfb86bbed5cbd04aacc4ce2717e2af12eb4ce9b /source
parentdfa01a56ba325e03bac00a44612ba0c80e1f945c (diff)
Added missing check for 'WITH_BF_INTERNATIONAL'. This fixes loading truetype fonts for text objects.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index e5c5d9bf097..a852fde71b9 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -14,6 +14,9 @@ incs += ' ' + env['BF_SDL_INC']
defs = ''
+if env['WITH_BF_INTERNATIONAL']:
+ defs += 'WITH_FREETYPE2'
+
if env['WITH_BF_VERSE']:
defs += ' WITH_VERSE'
incs += ' ' + env['BF_VERSE_INCLUDE']