fix(stable/deps): GLFW Wayland deaktivieren (ECM nicht im Build-Container)

This commit is contained in:
thysson2701
2026-06-11 20:35:05 +02:00
parent e749c37030
commit 94b8546652

View File

@@ -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