diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-09 11:07:20 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-09 10:43:44 +0100 |
commit | 6c3b35701d70c3ce5fc0ae719739d44b592b4143 (patch) | |
tree | 808ae3015b9ad73ef348710bf05202f245bf74d8 | |
parent | 3e19836f0e4d5c1cd68ea205a377b8cd491e6757 (diff) |
ci: install hwdata
-rw-r--r-- | .builds/alpine.yml | 1 | ||||
-rw-r--r-- | .builds/archlinux.yml | 1 | ||||
-rw-r--r-- | .builds/freebsd.yml | 1 |
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: - xcb-util-image-dev - xcb-util-wm-dev - xwayland + - hwdata sources: - https://github.com/swaywm/sway - 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: - xcb-util-wm - xorg-xwayland - seatd + - hwdata sources: - https://github.com/swaywm/sway - 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: - x11/libX11 - x11/pixman - x11/xcb-util-wm +- misc/hwdata sources: - https://github.com/swaywm/sway - https://gitlab.freedesktop.org/wlroots/wlroots.git |