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:
-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'