mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-29 11:08:22 -05:00
backend/session: Remove logind backend
This is instead delegated to libseat.
This commit is contained in:
parent
9f012cac2f
commit
d50bbf0bbc
12 changed files with 9 additions and 809 deletions
|
|
@ -20,8 +20,8 @@ sources:
|
|||
tasks:
|
||||
- setup: |
|
||||
cd wlroots
|
||||
CC=gcc meson build-gcc -Dauto_features=enabled -Dlogind-provider=systemd --prefix /usr
|
||||
CC=clang meson build-clang -Dauto_features=enabled -Dlogind-provider=systemd
|
||||
CC=gcc meson build-gcc -Dauto_features=enabled --prefix /usr
|
||||
CC=clang meson build-clang -Dauto_features=enabled
|
||||
- gcc: |
|
||||
cd wlroots/build-gcc
|
||||
ninja
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue