From eda2f8bd0fca60ac3e401e81ee34bb1c7ce0bb8a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 27 Jun 2021 11:38:08 +0200 Subject: [PATCH] seatd: always use logind on systemd systems --- recipes-core/seatd/seatd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/seatd/seatd_git.bb b/recipes-core/seatd/seatd_git.bb index 356a33a..eaf5d40 100644 --- a/recipes-core/seatd/seatd_git.bb +++ b/recipes-core/seatd/seatd_git.bb @@ -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"