diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-02 12:02:01 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2023-02-02 18:15:29 +0000 |
commit | abd9c8c3c160820e47babb92f137f76013db59f1 (patch) | |
tree | 98dfdb74855aa071b2e5cd06ceec86fda2696970 | |
parent | afa1a7f4ba9b98d43fc69d1438a48dc08d600b91 (diff) |
ci: install hwdata-dev on Alpine
This gives us the pkg-config file.
-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 9723f9c7..68679403 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -17,7 +17,7 @@ packages: - xcb-util-wm-dev - xwayland-dev - libseat-dev - - hwdata + - hwdata-dev sources: - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: |