[Bf-blender-cvs] [213b391906d] x11-egl: enable WITH_GL_EGL to distribute binary X11-EGL builds

Christian Rauch noreply at git.blender.org
Thu Jul 15 02:42:17 CEST 2021


Commit: 213b391906d9184fee6ac0b0db85bf1be343a71a
Author: Christian Rauch
Date:   Thu Jul 15 01:41:53 2021 +0100
Branches: x11-egl
https://developer.blender.org/rB213b391906d9184fee6ac0b0db85bf1be343a71a

enable WITH_GL_EGL to distribute binary X11-EGL builds

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

M	build_files/config/pipeline_config.json

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

diff --git a/build_files/config/pipeline_config.json b/build_files/config/pipeline_config.json
index 1301ff1862d..5f2afad1983 100644
--- a/build_files/config/pipeline_config.json
+++ b/build_files/config/pipeline_config.json
@@ -81,7 +81,9 @@
                 "overrides": {}
             },
             "linux-x86_64": {
-                "overrides": {}
+                "overrides": {
+                    "WITH_GL_EGL": "ON"
+                }
             },
             "windows-amd64": {
                 "overrides": {}



More information about the Bf-blender-cvs mailing list