Nix & meson: 0.16.0 -> 0.17.0
Nix: make xwayland dependencies optional
This commit is contained in:
parent
2c67c1c4f8
commit
b6e33830af
3 changed files with 3 additions and 5 deletions
|
|
@ -62,7 +62,6 @@ in
|
|||
git
|
||||
libdrm
|
||||
libinput
|
||||
libxcb
|
||||
libxkbcommon
|
||||
mesa
|
||||
pango
|
||||
|
|
@ -70,9 +69,8 @@ in
|
|||
wayland-protocols
|
||||
wayland-scanner
|
||||
(wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;})
|
||||
xcbutilwm
|
||||
]
|
||||
++ lib.optional enableXWayland xwayland;
|
||||
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland];
|
||||
|
||||
mesonBuildType =
|
||||
if debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue