From 276a37a605867ceef136d2444182d8190463c74d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 30 Mar 2021 18:22:01 +0200 Subject: ci: add xcb-util-wm dependency for wlroots This is now a mandatory dependency for wlroots. --- .builds/alpine.yml | 1 + .builds/archlinux.yml | 1 + 2 files changed, 2 insertions(+) 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: - 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 c0f70186..e1a6bff7 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 -- cgit v1.2.3-54-g00ecf