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:
authorChristian Rauch <Rauch.Christian@gmx.de>2021-08-14 23:40:06 +0300
committerChristian Rauch <Rauch.Christian@gmx.de>2021-08-14 23:40:06 +0300
commit3e86bfbf936d43d22fc31056459ae1df2cd723a7 (patch)
treeea4e1cb8f036179351a84bde4683febacc88bd09
parented1e4ab1bf3ea4e817c8a81cdee350b9adf04986 (diff)
disable X11 for Wayland-only buildwayland-no-x11
-rw-r--r--build_files/config/pipeline_config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 611df59caec..bb33a3e6b2e 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -65,6 +65,8 @@ buildbot:
darwin-x86_64:
overrides: {}
linux-x86_64:
- overrides: {}
+ overrides: {
+ WITH_GHOST_X11: "OFF"
+ }
windows-amd64:
overrides: {}