aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-03-15 21:36:06 +0100
committerSimon Ser <contact@emersion.fr>2021-04-11 10:03:13 +0200
commitd50bbf0bbc49a9a8e010668cd357aba968ae884b (patch)
tree69665e199e7fb1e8419548412daabec45a37ebc3 /meson_options.txt
parent9f012cac2fbc72bc4395b8c50e6ea18b93b3c164 (diff)
backend/session: Remove logind backend
This is instead delegated to libseat.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d12861f4..770f604d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,3 @@
-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('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')