Add USE_WAYLAND, my vim macro dropped it...

Ahmad Fatoum
2018-05-19 23:12:44 +02:00
parent b2228d0c19
commit 89e8c05cdb

@ -9,6 +9,7 @@ raylib is configurable and can be be built in a variety of ways. Following is a
| **Binary Option** | **Description** | **Default** Value|
|:-----------------------------:|:-----------------------------------------------------:|:------------:|
|`USE_WAYLAND` | Use Wayland for window creation | `OFF`|
|`WITH_PIC` | Compile static library as position-independent code | `OFF`|
|`SHARED` | Build raylib as a dynamic library | `OFF`|
|`STATIC` | Build raylib as a static library | `ON`|