From aceb8ce3a8677758b1c0791c3bfdbb01cdb299b7 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 7 May 2026 15:24:08 +0200 Subject: [PATCH] Re-enable `GLFW_LINUX_ENABLE_WAYLAND` flag by default #5816 Wayland should be more stable at this point... --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 13f132707..118e6aae7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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