aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kirill Primak <vyivel@eclair.cafe>2022-11-09 11:07:20 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-09 10:43:44 +0100
commit6c3b35701d70c3ce5fc0ae719739d44b592b4143 (patch)
tree808ae3015b9ad73ef348710bf05202f245bf74d8
parentcriteria: allow matching for NULL string criteria (diff)
downloadsway-6c3b35701d70c3ce5fc0ae719739d44b592b4143.tar.gz
sway-6c3b35701d70c3ce5fc0ae719739d44b592b4143.tar.zst
sway-6c3b35701d70c3ce5fc0ae719739d44b592b4143.zip
ci: install hwdata
-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 324cf6ce..8bd9f3cc 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -20,6 +20,7 @@ packages:
20 - xcb-util-image-dev 20 - xcb-util-image-dev
21 - xcb-util-wm-dev 21 - xcb-util-wm-dev
22 - xwayland 22 - xwayland
23 - hwdata
23sources: 24sources:
24 - https://github.com/swaywm/sway 25 - https://github.com/swaywm/sway
25 - https://gitlab.freedesktop.org/wlroots/wlroots.git 26 - https://gitlab.freedesktop.org/wlroots/wlroots.git
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index ac5536e5..19bd2e59 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -17,6 +17,7 @@ packages:
17 - xcb-util-wm 17 - xcb-util-wm
18 - xorg-xwayland 18 - xorg-xwayland
19 - seatd 19 - seatd
20 - hwdata
20sources: 21sources:
21 - https://github.com/swaywm/sway 22 - https://github.com/swaywm/sway
22 - https://gitlab.freedesktop.org/wlroots/wlroots.git 23 - https://gitlab.freedesktop.org/wlroots/wlroots.git
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index aa3007d8..4f019613 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -25,6 +25,7 @@ packages:
25- x11/libX11 25- x11/libX11
26- x11/pixman 26- x11/pixman
27- x11/xcb-util-wm 27- x11/xcb-util-wm
28- misc/hwdata
28sources: 29sources:
29- https://github.com/swaywm/sway 30- https://github.com/swaywm/sway
30- https://gitlab.freedesktop.org/wlroots/wlroots.git 31- https://gitlab.freedesktop.org/wlroots/wlroots.git