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
|
|
@ -16,7 +16,7 @@ sources:
|
|||
tasks:
|
||||
- setup: |
|
||||
cd wlroots
|
||||
meson build -Dauto_features=enabled -Dlogind=disabled -Dxcb-errors=disabled
|
||||
meson build -Dauto_features=enabled -Dlogind=disabled -Dlibseat=disabled -Dxcb-errors=disabled
|
||||
- build: |
|
||||
cd wlroots
|
||||
ninja -C build
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ packages:
|
|||
- xcb-util-errors
|
||||
- xcb-util-image
|
||||
- xcb-util-wm
|
||||
- seatd
|
||||
sources:
|
||||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ packages:
|
|||
- x11/pixman
|
||||
- x11/xcb-util-errors
|
||||
- x11/xcb-util-wm
|
||||
- sysutils/seatd
|
||||
sources:
|
||||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue