backend/session: Remove logind backend

This is instead delegated to libseat.
This commit is contained in:
Kenny Levinsen 2021-03-15 21:36:06 +01:00 committed by Simon Ser
parent 9f012cac2f
commit d50bbf0bbc
12 changed files with 9 additions and 809 deletions

View file

@ -28,7 +28,7 @@ sources:
tasks:
- wlroots: |
cd wlroots
meson build -Dauto_features=enabled -Dlogind=disabled
meson build -Dauto_features=enabled
ninja -C build
sudo ninja -C build install
- tinywl: |