From 29ff1f02e94ac1d88d8f53f31dc09e3064fdbc33 Mon Sep 17 00:00:00 2001 From: mjt Date: Fri, 8 May 2026 21:19:08 +0300 Subject: [PATCH] Update Makefile comment (#5846) --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 118e6aae7..f3c7d5d61 100644 --- a/src/Makefile +++ b/src/Makefile @@ -117,8 +117,7 @@ RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src # Use external GLFW library instead of rglfw module 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 +# Enable support for Wayland and X11 by default on Linux when using GLFW GLFW_LINUX_ENABLE_WAYLAND ?= TRUE GLFW_LINUX_ENABLE_X11 ?= TRUE