Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-02-24 15:54:28 +0400
committerThomas Dinges <blender@dingto.org>2013-02-24 15:54:28 +0400
commit92a77d3f0b3166bbcc20b4171144b97d67670a35 (patch)
tree1779a240997715528d0f5da0e93a2edad002d84f /build_files
parent963b1c1b165a471f05cde38d0e5dd1ae4a346090 (diff)
install_deps.sh:
* Disable OIIO test and cmd tools per default, they are not needed for Blender.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 5175eb9a4f6..490c976655d 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -796,6 +796,11 @@ compile_OIIO() {
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