dbus: Take lid-inhibitor-locks on systemd systems
This commit is contained in:
parent
8648d4450e
commit
f2fc1e9480
5 changed files with 70 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ reis = { version = "0.5", features = ["calloop"] }
|
|||
# CLI arguments
|
||||
clap_lex = "0.7"
|
||||
parking_lot = "0.12.3"
|
||||
logind-zbus = { version = "5.3.2", optional = true }
|
||||
|
||||
[dependencies.id_tree]
|
||||
branch = "feature/copy_clone"
|
||||
|
|
@ -100,7 +101,7 @@ optional = true
|
|||
[features]
|
||||
debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
|
||||
default = ["systemd"]
|
||||
systemd = ["libsystemd"]
|
||||
systemd = ["libsystemd", "logind-zbus"]
|
||||
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
|
||||
|
||||
[profile.dev.package.tiny-skia]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue