mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
seatd: enable embedded seatd backend for libseat
This is the new mechanism for wlroots-based compositors to be able to run as root, with no logind or seatd running.
This commit is contained in:
parent
5b2c57e316
commit
d5bcba77a3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ systemd ];
|
||||
|
||||
mesonFlags = [ "-Dlogind=enabled" ];
|
||||
mesonFlags = [ "-Dlogind=enabled" "-Dbuiltin=enabled" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A universal seat management library";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue