From e56b9133df3d37a9a0f78455039b15174f776896 Mon Sep 17 00:00:00 2001 From: masroof-maindak <62666332+masroof-maindak@users.noreply.github.com> Date: Fri, 21 Mar 2025 00:14:49 +0500 Subject: [PATCH] The previously written command (USE_WAYLAND_DISPLAY) didn't work for me. --- 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 deaca5b..e86d265 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 `-DUSE_WAYLAND_DISPLAY=TRUE` in Makefile. +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. ### Build raylib using make You can compile three different types of raylib library: