readme installation: mention -Dbackend-*=disabled|enabled

This commit is contained in:
Daniel Eklöf 2020-09-24 20:15:06 +02:00
parent d645aff48e
commit c55153bad8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -105,6 +105,11 @@ might also want `--prefix=/usr`):
meson --buildtype=release ../..
```
Optionally, explicitly disable a backend (or enable, if you want a
configuration error if not all dependencies are met) by adding either
`-Dbackend-x11=disabled|enabled` or
`-Dbackend-wayland=disabled|enabled` to the meson command line.
Three, build it:
```sh
ninja