[nostalgia] Enable Wayland support for GLFW
Build / build (push) Successful in 1m39s

This commit is contained in:
2026-05-19 22:47:02 -05:00
parent 9070e6e109
commit 6a054cd970
+2 -2
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.19) cmake_minimum_required(VERSION 3.25)
set(CMAKE_POLICY_DEFAULT_CMP0110 NEW) # requires CMake 3.19 set(CMAKE_POLICY_DEFAULT_CMP0110 NEW) # requires CMake 3.19
if(BUILDCORE_TARGET STREQUAL "gba") if(BUILDCORE_TARGET STREQUAL "gba")
@@ -52,7 +52,7 @@ if(NOT BUILDCORE_TARGET STREQUAL "gba")
set(GLFW_BUILD_TESTS OFF) set(GLFW_BUILD_TESTS OFF)
set(GLFW_BUILD_DOCS OFF) set(GLFW_BUILD_DOCS OFF)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(GLFW_BUILD_WAYLAND OFF) set(GLFW_BUILD_WAYLAND ON)
endif() endif()
add_subdirectory(deps/glfw) add_subdirectory(deps/glfw)
add_subdirectory(deps/glutils) add_subdirectory(deps/glutils)