sway

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

commit 6924064766ac772564d1b924df8c2071c1660235
parent 88cc7e31781a0d42bdd4f9eee646c02ff03857c4
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Thu, 30 Nov 2017 03:41:51 -0500

fix meson.build whitespace

Diffstat:
Mmeson.build | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/meson.build b/meson.build @@ -11,18 +11,17 @@ project( cc = meson.get_compiler('c') -jsonc = dependency('json-c', version: '>=0.12.1') -pcre = dependency('libpcre') -wlroots = dependency('wlroots') +jsonc = dependency('json-c', version: '>=0.12.1') +pcre = dependency('libpcre') +wlroots = dependency('wlroots') wayland_server = dependency('wayland-server') wayland_client = dependency('wayland-client') wayland_egl = dependency('wayland-egl') wayland_protos = dependency('wayland-protocols') xkbcommon = dependency('xkbcommon') -pango = dependency('pango') -pixman = dependency('pixman-1') -libcap = dependency('libcap') - +pango = dependency('pango') +pixman = dependency('pixman-1') +libcap = dependency('libcap') math = cc.find_library('m') # TODO version