Re-enable GLFW_LINUX_ENABLE_WAYLAND flag by default #5816

Wayland should be more stable at this point...
This commit is contained in:
Ray
2026-05-07 15:24:08 +02:00
parent 33e889907e
commit aceb8ce3a8

View File

@@ -119,7 +119,7 @@ USE_EXTERNAL_GLFW ?= FALSE
# Enable support for X11 by default on Linux when using GLFW
# NOTE: Wayland is disabled by default, only enable if you are sure
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
GLFW_LINUX_ENABLE_X11 ?= TRUE
# Enable support for X11 by default on Linux when using RGFW