sway

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

commit f9413adde7ada3b5132435604a7db37971d4cf45
parent eb4f66f7857d3e7cd8ac14a7fb43502fbc70de98
Author: Dominique Martinet <asmadeus@codewreck.org>
Date:   Tue, 19 Dec 2017 08:06:23 +0100

build: add wlroots dependency to common

It is required for include path if wlroots is not built in standard path,
but found through pkg-config

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 )