sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 276a37a605867ceef136d2444182d8190463c74d
parent 1d62d6bfa09860d7a59640dcb20d5273a55401c4
Author: Simon Ser <contact@emersion.fr>
Date:   Tue, 30 Mar 2021 18:22:01 +0200

ci: add xcb-util-wm dependency for wlroots

This is now a mandatory dependency for wlroots.

Diffstat:
M.builds/alpine.yml | 1+
M.builds/archlinux.yml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -13,6 +13,7 @@ packages: - wayland - wayland-protocols - xcb-util-image + - xcb-util-wm - xorg-xwayland sources: - https://github.com/swaywm/sway