diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-04 13:32:46 +0100 |
---|---|---|
committer | Ronan Pigott <ronan@rjp.ie> | 2023-02-04 20:48:20 -0700 |
commit | 0780d3a465a4aa4157c5c78edf163e104c6d2326 (patch) | |
tree | 9c9c1ea31e69fcc848b4a0765e8460e99b6e96a6 /.builds | |
parent | 0695f3fa2ae0df139793f7d251ca7357af246642 (diff) |
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.yml | 2 |
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: - 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 |