We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GLFW_LINUX_ENABLE_WAYLAND
1 parent 33e8899 commit aceb8ceCopy full SHA for aceb8ce
1 file changed
src/Makefile
@@ -119,7 +119,7 @@ USE_EXTERNAL_GLFW ?= FALSE
119
120
# Enable support for X11 by default on Linux when using GLFW
121
# NOTE: Wayland is disabled by default, only enable if you are sure
122
-GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
+GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
123
GLFW_LINUX_ENABLE_X11 ?= TRUE
124
125
# Enable support for X11 by default on Linux when using RGFW
0 commit comments