[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54812] trunk/blender/build_files/ build_environment/install_deps.sh: install_deps.sh:

Thomas Dinges blender at dingto.org
Sun Feb 24 12:54:29 CET 2013


Revision: 54812
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54812
Author:   dingto
Date:     2013-02-24 11:54:28 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
install_deps.sh:
* Disable OIIO test and cmd tools per default, they are not needed for Blender. 

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-02-24 10:50:33 UTC (rev 54811)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-02-24 11:54:28 UTC (rev 54812)
@@ -796,6 +796,11 @@
     cmake_d="$cmake_d -D CMAKE_PREFIX_PATH=$_inst"
     cmake_d="$cmake_d -D CMAKE_INSTALL_PREFIX=$_inst"
     cmake_d="$cmake_d -D BUILDSTATIC=ON"
+	
+    # Optional tests and cmd tools
+    cmake_d="$cmake_d -D USE_QT=OFF"
+    cmake_d="$cmake_d -D OIIO_BUILD_TOOLS=OFF"
+    cmake_d="$cmake_d -D OIIO_BUILD_TESTS=OFF"
 
     # linking statically could give issues on Debian/Ubuntu (and probably other distros
     # which doesn't like static linking) when linking shared oiio library due to missing




More information about the Bf-blender-cvs mailing list