From 0780d3a465a4aa4157c5c78edf163e104c6d2326 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 4 Feb 2023 13:32:46 +0100 Subject: [PATCH] ci: install hwdata-dev on Alpine We're missing the pkg-config file so the DRM backend gets disabled. --- .builds/alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 04f36a920..34f780e9e 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -20,7 +20,7 @@ packages: - xcb-util-image-dev - xcb-util-wm-dev - xwayland-dev - - hwdata + - hwdata-dev sources: - https://github.com/swaywm/sway - https://gitlab.freedesktop.org/wlroots/wlroots.git