[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41859] trunk/blender/build_files/scons/ config/linux-config.py: Request from nico_ga: expose WITH_BF_STATIC* variables to linux-config so

Sergey Sharybin sergey.vfx at gmail.com
Tue Nov 15 09:43:24 CET 2011


Revision: 41859
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41859
Author:   nazgul
Date:     2011-11-15 08:43:23 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
Request from nico_ga: expose WITH_BF_STATIC* variables to linux-config so
builders can easily find interesting for them flag.

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/linux-config.py

Modified: trunk/blender/build_files/scons/config/linux-config.py
===================================================================
--- trunk/blender/build_files/scons/config/linux-config.py	2011-11-15 07:35:28 UTC (rev 41858)
+++ trunk/blender/build_files/scons/config/linux-config.py	2011-11-15 08:43:23 UTC (rev 41859)
@@ -197,7 +197,8 @@
 BF_JEMALLOC_LIB = 'jemalloc'
 BF_JEMALLOC_LIB_STATIC = '${BF_JEMALLOC_LIBPATH}/libjemalloc.a'
 
-WITH_BF_OIIO = True 
+WITH_BF_OIIO = True
+WITH_BF_OIIO = False
 BF_OIIO = LIBDIR + '/oiio'
 if not os.path.exists(LCGDIR + '/oiio'):
     WITH_BF_OIIO = False
@@ -207,6 +208,7 @@
 BF_OIIO_LIBPATH = BF_OIIO + '/lib'
 
 WITH_BF_BOOST = True
+WITH_BF_STATICBOOST = False
 BF_BOOST = LIBDIR + '/boost'
 if not os.path.exists(LCGDIR + '/boost'):
     WITH_BF_BOOST = False
@@ -225,6 +227,7 @@
 
 #SpaceNavigator and friends
 WITH_BF_3DMOUSE = True
+WITH_BF_STATIC3DMOUSE = False
 BF_3DMOUSE = '/usr'
 BF_3DMOUSE_INC = '${BF_3DMOUSE}/include'
 BF_3DMOUSE_LIBPATH = '${BF_3DMOUSE}/lib'




More information about the Bf-blender-cvs mailing list