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:
authorCampbell Barton <ideasman42@gmail.com>2009-01-30 00:41:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-30 00:41:43 +0300
commit63ad011e9767c291608084008235cee0cc422d43 (patch)
treee456e0084ec25ccf0ab6fb35c0090416fb349b0f /source/blender/blenfont/SConscript
parent5f9ee2cbfe3770838482e7c8f37194f127e8a8c5 (diff)
'scons blenderlite' failed because blf expected freetype
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] )