diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-09 11:07:20 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-09 11:07:20 +0300 |
| commit | 1a320b982b072d42695a0bcfd1afd2b585587323 (patch) | |
| tree | 808ae3015b9ad73ef348710bf05202f245bf74d8 | |
| parent | b2e533d1e052aed4d6501fdf756d47b7a5213e8d (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 |
