fix meson.build whitespace

This commit is contained in:
Tony Crisci 2017-11-30 03:41:51 -05:00
parent 88cc7e3178
commit 6924064766

View File

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