mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] readme: remove mention of SDL
SDL is default to off and its usage should not be encouraged, so -DENABLE_SDL=ON is not mentioned as an option in the README.
This commit is contained in:
parent
c34fe10f23
commit
8c6cff012d
@ -36,8 +36,7 @@ Should this all go well you should be left with the file `looking-glass-client`
|
|||||||
### Removing Wayland or X11 support
|
### Removing Wayland or X11 support
|
||||||
|
|
||||||
Wayland and/or X11 support can be disabled with the compile options
|
Wayland and/or X11 support can be disabled with the compile options
|
||||||
`ENABLE_WAYLAND` and `ENABLE_X11`, if both are specified only `SDL2` will remain
|
`ENABLE_WAYLAND=NO` and `ENABLE_X11=NO`. It is an error to disable both backends.
|
||||||
and the client will fallback to using it.
|
|
||||||
|
|
||||||
cmake ../ -DENABLE_WAYLAND=OFF
|
cmake ../ -DENABLE_WAYLAND=OFF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user