mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
readme installation: mention -Dbackend-*=disabled|enabled
This commit is contained in:
parent
d645aff48e
commit
c55153bad8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue