Skip to content
Snippets Groups Projects
Commit faa65f15 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Revert "cmake: enable Wayland by default"

This reverts commit a2ccd0e4.

This change was part of the still-under-review patch D11489, which
hasn't been accepted yet.
parent c17a266e
Branches
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ if(UNIX AND NOT (APPLE OR HAIKU)) ...@@ -217,7 +217,7 @@ if(UNIX AND NOT (APPLE OR HAIKU))
option(WITH_GHOST_X11 "Enable building Blender against X11 for windowing" ON) option(WITH_GHOST_X11 "Enable building Blender against X11 for windowing" ON)
mark_as_advanced(WITH_GHOST_X11) mark_as_advanced(WITH_GHOST_X11)
option(WITH_GHOST_WAYLAND "Enable building Blender against Wayland for windowing" ON) option(WITH_GHOST_WAYLAND "Enable building Blender against Wayland for windowing (under development)" OFF)
mark_as_advanced(WITH_GHOST_WAYLAND) mark_as_advanced(WITH_GHOST_WAYLAND)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment