aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--.builds/alpine.yml1
-rw-r--r--.builds/archlinux.yml1
2 files changed, 2 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
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index c0f70186..e1a6bff7 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -13,6 +13,7 @@ packages:
13 - wayland 13 - wayland
14 - wayland-protocols 14 - wayland-protocols
15 - xcb-util-image 15 - xcb-util-image
16 - xcb-util-wm
16 - xorg-xwayland 17 - xorg-xwayland
17sources: 18sources:
18 - https://github.com/swaywm/sway 19 - https://github.com/swaywm/sway