sway

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

commit a51e74beb91a98181d6bc69137d377cd49e72d1f
parent eb4f66f7857d3e7cd8ac14a7fb43502fbc70de98
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 19 Dec 2017 08:29:33 -0500

Merge pull request #1527 from martinetd/mesondep

build: add wlroots dependency to common
Diffstat:
Mcommon/meson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/common/meson.build b/common/meson.build @@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common', 'readline.c', 'ipc-client.c' ), + dependencies: [ wlroots ], include_directories: sway_inc )