[Bf-blender-cvs] [939ab7a2ce7] wayland: cmake: enable Wayland by default

Christian Rauch noreply at git.blender.org
Thu Jul 15 00:34:24 CEST 2021


Commit: 939ab7a2ce798b4469aa8cfaa042fb35a9751267
Author: Christian Rauch
Date:   Sun May 23 16:41:29 2021 +0100
Branches: wayland
https://developer.blender.org/rB939ab7a2ce798b4469aa8cfaa042fb35a9751267

cmake: enable Wayland by default

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5992993f91..a4e03ef44b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -217,7 +217,7 @@ if(UNIX AND NOT (APPLE OR HAIKU))
   option(WITH_GHOST_X11 "Enable building Blender against X11 for windowing" ON)
   mark_as_advanced(WITH_GHOST_X11)
 
-  option(WITH_GHOST_WAYLAND "Enable building Blender against Wayland for windowing (under development)" OFF)
+  option(WITH_GHOST_WAYLAND "Enable building Blender against Wayland for windowing" ON)
   mark_as_advanced(WITH_GHOST_WAYLAND)
 endif()



More information about the Bf-blender-cvs mailing list