[Bf-blender-cvs] [c664a9d887a] temp-wayland-enable: Test enable

Campbell Barton noreply at git.blender.org
Sat Oct 8 03:08:06 CEST 2022


Commit: c664a9d887a1cbc511b27d5854f75852bd2cf4f8
Author: Campbell Barton
Date:   Sat Oct 8 08:05:46 2022 +1100
Branches: temp-wayland-enable
https://developer.blender.org/rBc664a9d887a1cbc511b27d5854f75852bd2cf4f8

Test enable

Differential Revision: https://developer.blender.org/D16188

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8bb685195bd..3453e6e97b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,17 +242,17 @@ 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)
 
   if(WITH_GHOST_WAYLAND)
-    option(WITH_GHOST_WAYLAND_LIBDECOR "Optionally build with LibDecor window decorations" OFF)
+    option(WITH_GHOST_WAYLAND_LIBDECOR "Optionally build with LibDecor window decorations" ON)
     mark_as_advanced(WITH_GHOST_WAYLAND_LIBDECOR)
 
     option(WITH_GHOST_WAYLAND_DBUS "Optionally build with DBUS support (used for Cursor themes). May hang on startup systems where DBUS is not used." OFF)
     mark_as_advanced(WITH_GHOST_WAYLAND_DBUS)
 
-    option(WITH_GHOST_WAYLAND_DYNLOAD  "Enable runtime dynamic WAYLAND libraries loading" OFF)
+    option(WITH_GHOST_WAYLAND_DYNLOAD  "Enable runtime dynamic WAYLAND libraries loading" ON)
     mark_as_advanced(WITH_GHOST_WAYLAND_DYNLOAD)
   endif()
 endif()



More information about the Bf-blender-cvs mailing list