sway

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

commit 51c9376c07639f7876fadc8522d8491d728c7c70
parent b28e1b0d3c4ab90dc7e0516078e1e3f332981f37
Author: Simon Zeni <simon@bl4ckb0ne.ca>
Date:   Tue, 28 Feb 2023 17:19:33 -0500

ci: add libdisplay-info dependency


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

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -4,6 +4,7 @@ packages: - eudev-dev - gdk-pixbuf-dev - json-c-dev + - libdisplay-info-dev - libevdev-dev - libinput-dev - libseat-dev diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml @@ -3,6 +3,7 @@ packages: - cairo - gdk-pixbuf2 - json-c + - libdisplay-info - libegl - libinput - libxcb diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -20,6 +20,7 @@ packages: - devel/libudev-devd - graphics/libdrm - graphics/mesa-libs +- sysutils/libdisplay-info - sysutils/seatd - x11/libinput - x11/libX11