summary refs log tree commit diff
path: root/host/rootfs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/rootfs/default.nix')
-rw-r--r--host/rootfs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/rootfs/default.nix b/host/rootfs/default.nix
index 637c607..9d1dea7 100644
--- a/host/rootfs/default.nix
+++ b/host/rootfs/default.nix
@@ -49,7 +49,6 @@ let
 
     weston = super.weston.overrideAttrs ({ mesonFlags ? [], ... }: {
       mesonFlags = mesonFlags ++ [
-        "-Dlauncher-logind=false"
         "-Dsystemd=false"
       ];
     });