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:
authorAntony Riakiotakis <kalast@gmail.com>2013-04-12 21:59:38 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-04-12 21:59:38 +0400
commita074df37c7630ddc23aa74d4e957a8113955c925 (patch)
treeaa3452c89794a2a3657cb231b8b521cc4f3540d5 /source/blender/blenfont
parentd0beabb642ea8acb8e3d69aa3fc503ad703e7dfd (diff)
oversight on scons, this should fix.
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript
index 3529330a308..f70bdfa7a06 100644
--- a/source/blender/blenfont/SConscript
+++ b/source/blender/blenfont/SConscript
@@ -33,6 +33,7 @@ sources = env.Glob('intern/*.c')
incs = '. intern #/intern/guardedalloc #/intern/locale ../blenkernel ../blenlib ../blenloader'
incs += ' ../makesdna ../makesrna ../python ../imbuf ../editors/include'
incs += ' #/extern/glew/include'
+incs += ' ../gpu'
incs += ' ' + env['BF_FREETYPE_INC']
defs = ['GLEW_STATIC']