From 6c3b35701d70c3ce5fc0ae719739d44b592b4143 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Wed, 9 Nov 2022 11:07:20 +0300 Subject: ci: install hwdata --- .builds/alpine.yml | 1 + .builds/archlinux.yml | 1 + .builds/freebsd.yml | 1 + 3 files changed, 3 insertions(+) (limited to '.builds') 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 -- cgit v1.2.3-54-g00ecf