sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit fcfe52de294f1998cdcf4e147bf34127c4b9dd40
parent 8106f01c176a61f2683b02672e29197b20b23fc2
Author: Kenny Levinsen <kl@kl.wtf>
Date:   Wed, 14 Apr 2021 21:41:38 +0200

ci: Install libseat

Diffstat:
M.builds/alpine.yml | 1+
M.builds/archlinux.yml | 1+
M.builds/freebsd.yml | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -6,6 +6,7 @@ packages: - json-c-dev - libevdev-dev - libinput-dev + - libseat-dev - libxcb-dev - libxkbcommon-dev - mesa-dev diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml @@ -15,6 +15,7 @@ packages: - xcb-util-image - xcb-util-wm - xorg-xwayland + - seatd sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -19,6 +19,7 @@ packages: - devel/libudev-devd - graphics/libdrm - graphics/mesa-libs +- sysutils/seatd - x11/libinput - x11/libX11 - x11/pixman