sway

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

commit 49502494e70a027a4a306569b857dce5a62fb419
parent d5678a147fb98116c40659823e2fb677bf3167ce
Author: Ian Fan <ianfan0@gmail.com>
Date:   Sat,  1 Dec 2018 13:55:16 +0000

meson.build: remove obsolete definition of swayidle_deps

Diffstat:
Mmeson.build | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build @@ -32,8 +32,6 @@ if is_freebsd add_project_arguments('-D_C11_SOURCE', language: 'c') endif -swayidle_deps = [] - jsonc = dependency('json-c', version: '>=0.13') pcre = dependency('libpcre') wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])