[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:
Quantum 2021-02-25 18:10:48 -05:00 committed by Geoffrey McRae
parent c34fe10f23
commit 8c6cff012d

View File

@ -36,8 +36,7 @@ Should this all go well you should be left with the file `looking-glass-client`
### Removing Wayland or X11 support
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
and the client will fallback to using it.
`ENABLE_WAYLAND=NO` and `ENABLE_X11=NO`. It is an error to disable both backends.
cmake ../ -DENABLE_WAYLAND=OFF