diff options
author | Simon Ser <contact@emersion.fr> | 2022-12-08 14:26:10 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-12-08 21:17:10 +0100 |
commit | de3e6a0da0677d96be0e6a86eed11574858db8b5 (patch) | |
tree | b71e110e5a3ca9545e10d3b766a9cd81c19ac298 /.builds/alpine.yml | |
parent | c32a507303e38c7bf0b8054108bec45ff67e92c2 (diff) |
ci: install Xwayland .pc file
See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3621
Diffstat (limited to '.builds/alpine.yml')
-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 8bd9f3cc..04f36a92 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -19,7 +19,7 @@ packages: - wayland-protocols - xcb-util-image-dev - xcb-util-wm-dev - - xwayland + - xwayland-dev - hwdata sources: - https://github.com/swaywm/sway |