From 4d1a7ef04264421c2199b1ce7feab461258d69b1 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Sun, 1 Oct 2006 12:39:31 +0000 Subject: Added missing check for 'WITH_BF_INTERNATIONAL'. This fixes loading truetype fonts for text objects. --- source/blender/blenkernel/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source') 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'] -- cgit v1.2.3