mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
session: Add libseat backend
This commit is contained in:
parent
9feeb2738d
commit
bad1e9afa8
13 changed files with 244 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
option('logind', type: 'feature', value: 'auto', description: 'Enable support for rootless session via logind')
|
||||
option('logind-provider', type: 'combo', choices: ['auto', 'systemd', 'elogind'], value: 'auto', description: 'Provider of logind support library')
|
||||
option('libseat', type: 'feature', value: 'auto', description: 'Enable support for rootless session via libseat')
|
||||
option('xcb-errors', type: 'feature', value: 'auto', description: 'Use xcb-errors util library')
|
||||
option('xcb-icccm', type: 'feature', value: 'auto', description: 'Use xcb-icccm util library')
|
||||
option('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue