From a074df37c7630ddc23aa74d4e957a8113955c925 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Fri, 12 Apr 2013 17:59:38 +0000 Subject: oversight on scons, this should fix. --- source/blender/blenfont/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenfont/SConscript') 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'] -- cgit v1.2.3