Skip to content

Commit

Permalink
[le_window] update glfw submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tgfrerer committed Feb 28, 2023
1 parent 0d9ca17 commit 6d49abf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/le_window/3rdparty/glfw
Submodule glfw updated 149 files
2 changes: 1 addition & 1 deletion modules/le_window/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set( GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "" )
set( GLFW_BUILD_TESTS OFF CACHE INTERNAL "" )
set( GLFW_BUILD_DOCS OFF CACHE INTERNAL "" )
set( GLFW_INSTALL OFF CACHE INTERNAL "" )
set( GLFW_VULKAN_STATIC OFF CACHE INTERNAL "" )
set( GLFW_VULKAN_STATIC OFF CACHE INTERNAL "" )

if (${PLUGINS_DYNAMIC})
set( BUILD_SHARED_LIBS ON)
Expand Down
2 changes: 1 addition & 1 deletion modules/le_window/le_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#if defined( __linux__ )
# define GLFW_EXPOSE_NATIVE_X11
# define GLFW_EXPOSE_NATIVE_WAYLAND
// # define GLFW_EXPOSE_NATIVE_WAYLAND
#elif defined( _WIN32 )
# define GLFW_EXPOSE_NATIVE_WIN32
#endif
Expand Down

0 comments on commit 6d49abf

Please sign in to comment.