fix meson.build whitespace

This commit is contained in:
Tony Crisci 2017-11-30 03:41:51 -05:00
parent 88cc7e3178
commit 6924064766
1 changed files with 6 additions and 7 deletions

View File

@ -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