Skip to content

Commit 6d49abf

Browse files
committed
[le_window] update glfw submodule
1 parent 0d9ca17 commit 6d49abf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/le_window/3rdparty/glfw

Submodule glfw updated 149 files

modules/le_window/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set( GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "" )
22
set( GLFW_BUILD_TESTS OFF CACHE INTERNAL "" )
33
set( GLFW_BUILD_DOCS OFF CACHE INTERNAL "" )
44
set( GLFW_INSTALL OFF CACHE INTERNAL "" )
5-
set( GLFW_VULKAN_STATIC OFF CACHE INTERNAL "" )
5+
set( GLFW_VULKAN_STATIC OFF CACHE INTERNAL "" )
66

77
if (${PLUGINS_DYNAMIC})
88
set( BUILD_SHARED_LIBS ON)

modules/le_window/le_window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#if defined( __linux__ )
1818
# define GLFW_EXPOSE_NATIVE_X11
19-
# define GLFW_EXPOSE_NATIVE_WAYLAND
19+
// # define GLFW_EXPOSE_NATIVE_WAYLAND
2020
#elif defined( _WIN32 )
2121
# define GLFW_EXPOSE_NATIVE_WIN32
2222
#endif

0 commit comments

Comments
 (0)