Skip to content

Commit 712ab79

Browse files
authored
updated makefile to disable wayland by default (#4369)
1 parent 89a37cd commit 712ab79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src
109109
# Use external GLFW library instead of rglfw module
110110
USE_EXTERNAL_GLFW ?= FALSE
111111

112-
# Enable support for both Wayland and X11 by default on Linux when using GLFW
113-
GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
112+
# Enable support for X11 by default on Linux when using GLFW
113+
# NOTE: Wayland is disabled by default, only enable if you are sure
114+
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
114115
GLFW_LINUX_ENABLE_X11 ?= TRUE
115116

116117
# PLATFORM_DESKTOP_SDL: It requires SDL library to be provided externally

0 commit comments

Comments
 (0)