aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-02-04 13:32:46 +0100
committerLibravatar Ronan Pigott <ronan@rjp.ie>2023-02-04 20:48:20 -0700
commit0780d3a465a4aa4157c5c78edf163e104c6d2326 (patch)
tree9c9c1ea31e69fcc848b4a0765e8460e99b6e96a6 /.builds
parentswaymsg: s/inactive/disabled/ (diff)
downloadsway-0780d3a465a4aa4157c5c78edf163e104c6d2326.tar.gz
sway-0780d3a465a4aa4157c5c78edf163e104c6d2326.tar.zst
sway-0780d3a465a4aa4157c5c78edf163e104c6d2326.zip
ci: install hwdata-dev on Alpine
We're missing the pkg-config file so the DRM backend gets disabled.
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 04f36a92..34f780e9 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -20,7 +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-dev 22 - xwayland-dev
23 - hwdata 23 - hwdata-dev
24sources: 24sources:
25 - https://github.com/swaywm/sway 25 - https://github.com/swaywm/sway
26 - https://gitlab.freedesktop.org/wlroots/wlroots.git 26 - https://gitlab.freedesktop.org/wlroots/wlroots.git