mangowc: fix build when enableXwayland = false (#462834)
This commit is contained in:
@@ -57,10 +57,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xwayland
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonEnable "xwayland" enableXWayland)
|
||||
];
|
||||
|
||||
passthru = {
|
||||
providedSessions = [
|
||||
"dwl"
|
||||
"mangowc"
|
||||
"mango"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user