mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
parent
e5e6dab7fd
commit
175f89f4ff
6 changed files with 22 additions and 3 deletions
|
|
@ -18,6 +18,8 @@ extern const struct session_impl session_direct;
|
|||
static const struct session_impl *impls[] = {
|
||||
#ifdef HAS_SYSTEMD
|
||||
&session_logind,
|
||||
#elif HAS_ELOGIND
|
||||
&session_logind,
|
||||
#endif
|
||||
&session_direct,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue