diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-03-15 21:36:06 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-11 10:03:13 +0200 |
commit | d50bbf0bbc49a9a8e010668cd357aba968ae884b (patch) | |
tree | 69665e199e7fb1e8419548412daabec45a37ebc3 /meson.build | |
parent | 9f012cac2fbc72bc4395b8c50e6ea18b93b3c164 (diff) |
backend/session: Remove logind backend
This is instead delegated to libseat.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 2a4f0a76..afa9c86a 100644 --- a/meson.build +++ b/meson.build @@ -81,8 +81,6 @@ else endif features = { - 'systemd': false, - 'elogind': false, 'libseat': false, 'x11-backend': false, 'xwayland': false, |