sway

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

commit d835df38dedc9c5e2a64d7eb204eae480470d5c1
parent 84ec8f92a69feb303e0e521f482b75b2cd12c4aa
Author: TheAvidDev <AvidDev@protonmail.com>
Date:   Sat,  6 Jun 2020 00:37:22 -0400

Add wayland_client dependency to common

Diffstat:
Mcommon/meson.build | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/meson.build b/common/meson.build @@ -15,7 +15,8 @@ lib_sway_common = static_library( cairo, gdk_pixbuf, pango, - pangocairo + pangocairo, + wayland_client.partial_dependency(compile_args: true) ], include_directories: sway_inc )