[Bf-blender-cvs] [3e86bfbf936] wayland-no-x11: disable X11 for Wayland-only build

Christian Rauch noreply at git.blender.org
Sat Aug 14 22:40:29 CEST 2021


Commit: 3e86bfbf936d43d22fc31056459ae1df2cd723a7
Author: Christian Rauch
Date:   Sat Aug 14 21:40:06 2021 +0100
Branches: wayland-no-x11
https://developer.blender.org/rB3e86bfbf936d43d22fc31056459ae1df2cd723a7

disable X11 for Wayland-only build

===================================================================

M	build_files/config/pipeline_config.yaml

===================================================================

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: {}



More information about the Bf-blender-cvs mailing list