The previously written command (USE_WAYLAND_DISPLAY) didn't work for me.

master
masroof-maindak 5 月之前
父節點
當前提交
e56b9133df
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Working-on-GNU-Linux.md

+ 1
- 1
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:

Loading…
取消
儲存