summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-03-30 18:22:01 +0200
committerSimon Ser <contact@emersion.fr>2021-03-31 19:12:17 +0200
commit83202d40e25473a252e0c8514702c7ebed8069d2 (patch)
treebdeb747eba70d47aa2e69747b19f5a6315751e1c
parent8f5c546fcadbacae5f9828bc1bfac247186cfdfc (diff)
ci: add xcb-util-wm dependency for wlroots
This is now a mandatory dependency for wlroots. (cherry picked from commit 276a37a605867ceef136d2444182d8190463c74d)
-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 1da8c0b8a..a2549df1b 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -16,6 +16,7 @@ packages:
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
+ - xcb-util-wm-dev
- xwayland
sources:
- https://github.com/swaywm/sway
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index c0f70186c..e1a6bff7d 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -13,6 +13,7 @@ packages:
- wayland
- wayland-protocols
- xcb-util-image
+ - xcb-util-wm
- xorg-xwayland
sources:
- https://github.com/swaywm/sway