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:
Diffstat (limited to 'source/blender/blenfont/SConscript')
-rw-r--r--source/blender/blenfont/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript
index a21150661fa..009b96f90b1 100644
--- a/source/blender/blenfont/SConscript
+++ b/source/blender/blenfont/SConscript
@@ -8,4 +8,7 @@ incs = '. intern #/intern/guardedalloc ../blenkernel ../blenlib ../makesdna ../
defs = ''
+if env['WITH_BF_INTERNATIONAL']:
+ defs += ' WITH_FREETYPE2'
+
env.BlenderLib ( 'bf_blenfont', sources, Split(incs), Split(defs), libtype=['core'], priority=[210] )