Skip to content

Commit 9be4c71

Browse files
committed
disable wayland in glfw
1 parent 0ac8404 commit 9be4c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

externals/glfw/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "Build the GLFW example programs")
88
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "Build the GLFW test programs")
99
set(GLFW_BUILD_DOCS OFF CACHE INTERNAL "Build the GLFW documentation")
1010
set(GLFW_INSTALL OFF CACHE INTERNAL "Generate installation target")
11+
set(GLFW_BUILD_X11 ON CACHE INTERNAL "Build support for X11")
12+
set(GLFW_BUILD_WAYLAND OFF CACHE INTERNAL "Build support for Wayland")
1113
set(USE_MSVC_RUNTIME_LIBRARY_DLL ON CACHE INTERNAL "Use MSVC runtime library DLL")
1214

1315
add_subdirectory(glfw)

0 commit comments

Comments
 (0)