aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-03-30 18:22:01 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-03-30 18:22:01 +0200
commit276a37a605867ceef136d2444182d8190463c74d (patch)
tree32b6c106ec185fde5a866371c2e0f4a01ed23623 /.builds/alpine.yml
parentconfig: allow whitespaces in config path (diff)
downloadsway-276a37a605867ceef136d2444182d8190463c74d.tar.gz
sway-276a37a605867ceef136d2444182d8190463c74d.tar.zst
sway-276a37a605867ceef136d2444182d8190463c74d.zip
ci: add xcb-util-wm dependency for wlroots
This is now a mandatory dependency for wlroots.
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r--.builds/alpine.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 1da8c0b8..a2549df1 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -16,6 +16,7 @@ packages:
16 - wayland-dev 16 - wayland-dev
17 - wayland-protocols 17 - wayland-protocols
18 - xcb-util-image-dev 18 - xcb-util-image-dev
19 - xcb-util-wm-dev
19 - xwayland 20 - xwayland
20sources: 21sources:
21 - https://github.com/swaywm/sway 22 - https://github.com/swaywm/sway