Commit: 1a4bafecf28de52b033ffe029122c51c38260347
Author: Christian Rauch
Date:   Sun May 23 16:41:29 2021 +0100
Branches: wl_default
https://developer.blender.org/rB1a4bafecf28de52b033ffe029122c51c38260347

cmake: enable Wayland by default

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

M       CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 297e32bd67e..8c1b92d083f 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()

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to