mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
seatd: always use logind on systemd systems
This commit is contained in:
parent
3fcf03e501
commit
eda2f8bd0f
@ -10,12 +10,12 @@ SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https"
|
||||
|
||||
# On systems without logind/elogind, you need to suid the sway binary.
|
||||
# Sway will drop root permissions shortly after startup.
|
||||
PACKAGECONFIG[logind] = ",,systemd"
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[elogind] = ",,elogind"
|
||||
PACKAGECONFIG[standalone] = "-Dbuiltin=enabled,-Dbuiltin=disabled"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
logind \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
Loading…
Reference in New Issue
Block a user