Update Makefile comment

This commit is contained in:
mjt 2026-05-08 15:15:30 +03:00 committed by GitHub
parent 95bfa196fd
commit e21132dd8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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