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:
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index a4a2f65afce..9d648c6d78a 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -467,6 +467,8 @@ all debug::
# enable freetype2 support for text objects
#export WITH_FREETYPE2 ?= true
endif
+
+endif
endif
endif
endif
@@ -474,4 +476,9 @@ endif
endif
endif
endif
+
+# Don't want to build the gameengine?
+ifeq ($(NAN_NO_KETSJI), true)
+ export NAN_JUST_BLENDERDYNAMIC=true
+ export NAN_NO_OPENAL=true
endif