mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
fix meson.build whitespace
This commit is contained in:
parent
88cc7e3178
commit
6924064766
13
meson.build
13
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
|
||||
|
|
Loading…
Reference in a new issue