sway

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

commit de3e6a0da0677d96be0e6a86eed11574858db8b5
parent c32a507303e38c7bf0b8054108bec45ff67e92c2
Author: Simon Ser <contact@emersion.fr>
Date:   Thu,  8 Dec 2022 14:26:10 +0100

ci: install Xwayland .pc file

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3621

Diffstat:
M.builds/alpine.yml | 2+-
M.builds/freebsd.yml | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -19,7 +19,7 @@ packages: - wayland-protocols - xcb-util-image-dev - xcb-util-wm-dev - - xwayland + - xwayland-dev - hwdata sources: - https://github.com/swaywm/sway diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -25,6 +25,7 @@ packages: - x11/libX11 - x11/pixman - x11/xcb-util-wm +- x11-servers/xwayland-devel - misc/hwdata sources: - https://github.com/swaywm/sway