mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Added 'direct' session backend
This commit is contained in:
parent
18387468bb
commit
0002b8dd08
4 changed files with 53 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ static const struct session_interface *ifaces[] = {
|
|||
#ifdef HAS_SYSTEMD
|
||||
&session_logind_iface,
|
||||
#endif
|
||||
&session_direct_iface,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue