mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
fix build without systemd
This commit is contained in:
parent
b23bd8ea28
commit
7574e27c6a
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ extern const struct session_impl session_direct;
|
|||
static const struct session_impl *impls[] = {
|
||||
#ifdef WLR_HAS_SYSTEMD
|
||||
&session_logind,
|
||||
#elif WLR_HAS_ELOGIND
|
||||
#elif defined(WLR_HAS_ELOGIND)
|
||||
&session_logind,
|
||||
#endif
|
||||
&session_direct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue