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:
authorKent Mein <mein@cs.umn.edu>2005-02-18 19:52:03 +0300
committerKent Mein <mein@cs.umn.edu>2005-02-18 19:52:03 +0300
commit8c4608bbf4955033f2a34072ff55651db1520f74 (patch)
treed15f9a642faf8b6b09b6a074ce8308442dc62d4e /extern/Makefile
parentf24c823f779928ad0fd178401255173ad86e0e77 (diff)
I updated the FREETYPE2 checks so it didn't build freetype stuff
if WITH_FREETYPE2 was set to false. Also added/cleaned up source/nan_compile.mk NAN_NOKETSJI stuff a hair. Kent
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 458d19f357b..e872213f4cd 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -34,7 +34,11 @@ include nan_definitions.mk
SOURCEDIR = extern
DIR = $(OCGDIR)/extern
-DIRS = qhull/src solid bFTGL/src
+DIRS = qhull/src solid
+
+ifeq ($(WITH_FREETYPE2), true)
+ DIRS += bFTGL/src
+endif
TARGET =
ifneq ($(OS),irix)