mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Multiseat fixes
This commit is contained in:
parent
9a1f0e2d5f
commit
47985d2dc5
5 changed files with 50 additions and 29 deletions
|
|
@ -19,9 +19,7 @@ extern const struct session_impl session_logind;
|
|||
extern const struct session_impl session_direct;
|
||||
|
||||
static const struct session_impl *impls[] = {
|
||||
#ifdef WLR_HAS_SYSTEMD
|
||||
&session_logind,
|
||||
#elif defined(WLR_HAS_ELOGIND)
|
||||
#if defined(WLR_HAS_SYSTEMD) || defined(WLR_HAS_ELOGIND)
|
||||
&session_logind,
|
||||
#endif
|
||||
&session_direct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue