[Bf-blender-cvs] [c7501efa204] wl_openxr: Revert "dbg: enable EGL for buildbot"

Christian Rauch noreply at git.blender.org
Wed Jun 23 01:59:13 CEST 2021


Commit: c7501efa204eeab18aeb7aa79d374e257a42c892
Author: Christian Rauch
Date:   Wed Jun 23 00:58:26 2021 +0100
Branches: wl_openxr
https://developer.blender.org/rBc7501efa204eeab18aeb7aa79d374e257a42c892

Revert "dbg: enable EGL for buildbot"

This reverts commit 77c17304546902d11e297578e9cd0ee7d921cf89.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0390f8929d7..297e32bd67e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -487,7 +487,7 @@ endif()
 
 option(WITH_OPENGL              "When off limits visibility of the opengl headers to just bf_gpu and gawain (temporary option for development purposes)" ON)
 option(WITH_GLEW_ES             "Switches to experimental copy of GLEW that has support for OpenGL ES. (temporary option for development purposes)" OFF)
-option(WITH_GL_EGL              "Use the EGL OpenGL system library instead of the platform specific OpenGL system library (CGL, glX, or WGL)"       ON)
+option(WITH_GL_EGL              "Use the EGL OpenGL system library instead of the platform specific OpenGL system library (CGL, glX, or WGL)"       OFF)
 option(WITH_GL_PROFILE_ES20     "Support using OpenGL ES 2.0. (through either EGL or the AGL/WGL/XGL 'es20' profile)"                               OFF)
 
 mark_as_advanced(



More information about the Bf-blender-cvs mailing list