[Bf-blender-cvs] [778afc8] master: Disable GLEW_MX in scons

Sergey Sharybin noreply at git.blender.org
Fri Oct 31 18:53:08 CET 2014


Commit: 778afc8082680041ae52b4500eeb77113eebac39
Author: Sergey Sharybin
Date:   Fri Oct 31 22:12:21 2014 +0500
Branches: master
https://developer.blender.org/rB778afc8082680041ae52b4500eeb77113eebac39

Disable GLEW_MX in scons

This was already disabled in CMake and we need to keep build systems
in 100% synchronized state.

P.S. Would it be a real fix to drop SCons?

===================================================================

M	build_files/scons/tools/btools.py

===================================================================

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 12cbbb1..9a0ddc4 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -465,7 +465,7 @@ def read_opts(env, cfg, args):
         ('BF_OPENGL_LIB_STATIC', 'OpenGL static libraries', ''),
         ('BF_OPENGL_LINKFLAGS', 'OpenGL link flags', ''),
 
-        (BoolVariable('WITH_BF_GLEW_MX', '', True)),
+        (BoolVariable('WITH_BF_GLEW_MX', '', False)),
         (BoolVariable('WITH_BF_GLEW_ES', '', False)),
         (BoolVariable('WITH_BF_GL_EGL', '', False)),
         (BoolVariable('WITH_BF_GL_PROFILE_COMPAT', '', True)),




More information about the Bf-blender-cvs mailing list