Add wayland build tag, issue #404

This commit is contained in:
Milan Nikolic 2024-12-03 08:00:59 +01:00
parent aef24a2104
commit 5df9325f63
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 10 additions and 3 deletions

View file

@ -61,6 +61,7 @@ It is also possible to build the DLL yourself. You can find more info at [raylib
* `es2` - uses OpenGL ES 2.0 backend (can be used to link against [Google's ANGLE](https://github.com/google/angle))
* `es3` - experimental support for OpenGL ES 3.0
* `x11` - force X11 compatibility mode on Wayland (PLATFORM_DESKTOP/GLFW)
* `wayland` - force Wayland only mode (PLATFORM_DESKTOP/GLFW)
### Documentation