fix(stable/deps): GLFW Wayland deaktivieren (ECM nicht im Build-Container)
This commit is contained in:
4
deps/GLFW/GLFW.cmake
vendored
4
deps/GLFW/GLFW.cmake
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user