[Bf-blender-cvs] [e7404bfbf45] wl_openxr: dbg: enable EGL on X11 for buildbot

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


Commit: e7404bfbf45c180bdb02fbed8f71d6c273016de8
Author: Christian Rauch
Date:   Wed Jun 23 00:59:04 2021 +0100
Branches: wl_openxr
https://developer.blender.org/rBe7404bfbf45c180bdb02fbed8f71d6c273016de8

dbg: enable EGL on X11 for buildbot

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

M	build_files/cmake/platform/platform_unix.cmake

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

diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 7f62399ac4f..83e89cfaf00 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -595,6 +595,8 @@ endif()
 if(WITH_GHOST_X11)
   find_package(X11 REQUIRED)
 
+  set(WITH_GL_EGL ON)
+
   find_path(X11_XF86keysym_INCLUDE_PATH X11/XF86keysym.h ${X11_INC_SEARCH_PATH})
   mark_as_advanced(X11_XF86keysym_INCLUDE_PATH)



More information about the Bf-blender-cvs mailing list