From 94b8546652192149dab4e2c42bc93156e58c6904 Mon Sep 17 00:00:00 2001 From: thysson2701 Date: Thu, 11 Jun 2026 20:35:05 +0200 Subject: [PATCH] fix(stable/deps): GLFW Wayland deaktivieren (ECM nicht im Build-Container) --- deps/GLFW/GLFW.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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