[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54004] trunk/blender/build_files/scons/ config/linux-config.py: Scons, linux: If we are to keep WITH_INTERNATIONAL on by default, also turn on boost by default because it locale libraries are needed

Antony Riakiotakis kalast at gmail.com
Tue Jan 22 18:09:11 CET 2013


Revision: 54004
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54004
Author:   psy-fi
Date:     2013-01-22 17:09:10 +0000 (Tue, 22 Jan 2013)
Log Message:
-----------
Scons, linux: If we are to keep WITH_INTERNATIONAL on by default, also turn on boost by default because it locale libraries are needed

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	2013-01-22 16:40:40 UTC (rev 54003)
+++ trunk/blender/build_files/scons/config/linux-config.py	2013-01-22 17:09:10 UTC (rev 54004)
@@ -194,7 +194,7 @@
 BF_OCIO_LIB_STATIC = '${BF_OCIO_LIBPATH}/libOpenColorIO.a ${BF_OCIO_LIBPATH}/libtinyxml.a ${BF_OCIO_LIBPATH}/libyaml-cpp.a'
 BF_OCIO_LIBPATH = '${BF_OCIO}/lib'
 
-WITH_BF_BOOST = False
+WITH_BF_BOOST = True
 WITH_BF_STATICBOOST = False
 BF_BOOST = '/usr'
 BF_BOOST_INC = '${BF_BOOST}/include'




More information about the Bf-blender-cvs mailing list