From b14dc8f3d97d6010c842e9137034d3ff3747e68a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Apr 2009 10:41:39 +0000 Subject: enable game engine and player by default --- config/linux2-config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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' -- cgit v1.2.3