mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-14 05:34:21 -04:00
fix(nix): correctly set meson opt for enableXwayland flag
This commit is contained in:
parent
be27349ae6
commit
4d564d4e0c
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ in
|
||||||
name = "source";
|
name = "source";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
(lib.mesonEnable "xwayland" enableXWayland)
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue