aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-14 21:41:38 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-04-14 21:41:38 +0200
commit60b57d3471a5d5f9831ac9cd996966f21f3c0a18 (patch)
tree732c1b2df62e8c19fac2a4847cc0bac3d02c0a6b
parent5953e353295618357e34ba91a794ded759a2d424 (diff)
ci: Install libseat
(cherry picked from commit fcfe52de294f1998cdcf4e147bf34127c4b9dd40)
-rw-r--r--.builds/alpine.yml1
-rw-r--r--.builds/archlinux.yml1
-rw-r--r--.builds/freebsd.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index a2549df1..85538319 100644
--- 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
index e1a6bff7..05ceef8d 100644
--- 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
index 273badbc..4698dbc7 100644
--- 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