0
0
Fork 0
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:
Alyssa Ross 2021-06-24 23:34:47 +00:00
parent 5b2c57e316
commit d5bcba77a3
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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";