diff options
author | Simon Ser <contact@emersion.fr> | 2021-03-30 18:22:01 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-03-30 18:22:01 +0200 |
commit | 276a37a605867ceef136d2444182d8190463c74d (patch) | |
tree | 32b6c106ec185fde5a866371c2e0f4a01ed23623 /.builds | |
parent | 1d62d6bfa09860d7a59640dcb20d5273a55401c4 (diff) |
ci: add xcb-util-wm dependency for wlroots
This is now a mandatory dependency for wlroots.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 1 | ||||
-rw-r--r-- | .builds/archlinux.yml | 1 |
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: - 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 |