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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 19:41:53 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 19:42:00 +0300
commit1f24a60a3e3f2d86662a389e2339d43560a55b75 (patch)
tree6549c5d7817eb62afa5be23acdd3dec0d25e1b74 /build_files/buildbot/config
parent41748b6a5ee51979aa4ece022724d3a5fcf2651c (diff)
Remove player from buildbot
Diffstat (limited to 'build_files/buildbot/config')
-rw-r--r--build_files/buildbot/config/blender_linux_player.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/build_files/buildbot/config/blender_linux_player.cmake b/build_files/buildbot/config/blender_linux_player.cmake
deleted file mode 100644
index 77581864575..00000000000
--- a/build_files/buildbot/config/blender_linux_player.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-# This is applied as an override on top of blender_linux.config
-# Disables all the areas which are not needed for the player.
-set(WITH_COMPOSITOR OFF CACHE BOOL "" FORCE)
-set(WITH_CYCLES OFF CACHE BOOL "" FORCE)
-set(WITH_FREESTYLE OFF CACHE BOOL "" FORCE)
-set(WITH_GHOST_XDND OFF CACHE BOOL "" FORCE)
-set(WITH_OPENCOLLADA OFF CACHE BOOL "" FORCE)
-set(WITH_OPENSUBDIV OFF CACHE BOOL "" FORCE)
-set(WITH_LIBMV OFF CACHE BOOL "" FORCE)
-
-set(WITH_BLENDER OFF CACHE BOOL "" FORCE)