diff --git a/deps/GLFW/GLFW.cmake b/deps/GLFW/GLFW.cmake index 81967910339..9e335c28712 100644 --- a/deps/GLFW/GLFW.cmake +++ b/deps/GLFW/GLFW.cmake @@ -7,9 +7,9 @@ else() endif() if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=ON") + set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=OFF") else() - set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=FF") + set(_glfw_use_wayland "-DGLFW_USE_WAYLAND=OFF") endif() orcaslicer_add_cmake_project(GLFW