From d50bbf0bbc49a9a8e010668cd357aba968ae884b Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 15 Mar 2021 21:36:06 +0100 Subject: backend/session: Remove logind backend This is instead delegated to libseat. --- include/wlr/backend/session.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/wlr/backend') diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index 7c0d3b22..6fee0421 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -58,8 +58,9 @@ struct wlr_session_add_event { * This should not be called if another program is already in control * of the terminal (Xorg, another Wayland compositor, etc.). * - * If logind support is not enabled, you must have CAP_SYS_ADMIN or be root. - * It is safe to drop privileges after this is called. + * If libseat support is not enabled, or if a standalone backend is to be used, + * then you must have CAP_SYS_ADMIN or be root. It is safe to drop privileges + * after this is called. * * Returns NULL on error. */ -- cgit v1.2.3