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.
1 parent 89a37cd commit 712ab79Copy full SHA for 712ab79
src/Makefile
@@ -109,8 +109,9 @@ RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src
109
# Use external GLFW library instead of rglfw module
110
USE_EXTERNAL_GLFW ?= FALSE
111
112
-# Enable support for both Wayland and X11 by default on Linux when using GLFW
113
-GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
+# Enable support for X11 by default on Linux when using GLFW
+# NOTE: Wayland is disabled by default, only enable if you are sure
114
+GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
115
GLFW_LINUX_ENABLE_X11 ?= TRUE
116
117
# PLATFORM_DESKTOP_SDL: It requires SDL library to be provided externally
0 commit comments