From f5a5e37624a86475286856afc9f33773c1186def Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Fri, 9 May 2025 22:21:00 -0500 Subject: [PATCH] cmake `USE_WAYLAND` was changed to `GLFW_BUILD_WAYLAND` --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index e86d265..9783c38 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -50,7 +50,7 @@ Building for wayland requires the following additional packages sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel -To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake step or pass `GLFW_LINUX_ENABLE_WAYLAND=TRUE` as an argument to make. +To build raylib for Wayland, `-DGLFW_BUILD_WAYLAND=ON` should be defined in the CMake step or pass `GLFW_LINUX_ENABLE_WAYLAND=TRUE` as an argument to make. ### Build raylib using make You can compile three different types of raylib library: