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
path: root/config
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-04-30 14:41:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-30 14:41:39 +0400
commitb14dc8f3d97d6010c842e9137034d3ff3747e68a (patch)
tree2f41161309590ecac1719eac28b9e7f562c7aaff /config
parenta8a0af4f6a506e43dd9ecb26e805db937e4f44ea (diff)
enable game engine and player by default
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 5bd9a4c8084..c1b9d7d2ebd 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -78,7 +78,8 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE=False
+WITH_BF_GAMEENGINE = True
+WITH_BF_PLAYER = True
WITH_BF_ODE = False
BF_ODE = LIBDIR + '/ode'