From 63ad011e9767c291608084008235cee0cc422d43 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Jan 2009 21:41:43 +0000 Subject: 'scons blenderlite' failed because blf expected freetype --- source/blender/blenfont/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenfont/CMakeLists.txt') diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt index c74b0a533f0..cd91bf69c91 100644 --- a/source/blender/blenfont/CMakeLists.txt +++ b/source/blender/blenfont/CMakeLists.txt @@ -31,4 +31,8 @@ SET(INC ../blenkernel ../ftfont ) +IF(WITH_INTERNATIONAL) + ADD_DEFINITIONS(-DWITH_FREETYPE2) +ENDIF(WITH_INTERNATIONAL) + BLENDERLIB(bf_blenfont "${SRC}" "${INC}") \ No newline at end of file -- cgit v1.2.3