aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 03:41:51 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 03:42:27 -0500
commit6924064766ac772564d1b924df8c2071c1660235 (patch)
tree77b24dc951773f5db65dfb77db83fbd5122c8440 /meson.build
parentuse meson subdirectories (diff)
downloadsway-6924064766ac772564d1b924df8c2071c1660235.tar.gz
sway-6924064766ac772564d1b924df8c2071c1660235.tar.zst
sway-6924064766ac772564d1b924df8c2071c1660235.zip
fix meson.build whitespace
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build13
1 files changed, 6 insertions, 7 deletions
diff --git a/meson.build b/meson.build
index a28e1097..6f2681af 100644
--- a/meson.build
+++ b/meson.build
@@ -11,18 +11,17 @@ project(
11 11
12cc = meson.get_compiler('c') 12cc = meson.get_compiler('c')
13 13
14jsonc = dependency('json-c', version: '>=0.12.1') 14jsonc = dependency('json-c', version: '>=0.12.1')
15pcre = dependency('libpcre') 15pcre = dependency('libpcre')
16wlroots = dependency('wlroots') 16wlroots = dependency('wlroots')
17wayland_server = dependency('wayland-server') 17wayland_server = dependency('wayland-server')
18wayland_client = dependency('wayland-client') 18wayland_client = dependency('wayland-client')
19wayland_egl = dependency('wayland-egl') 19wayland_egl = dependency('wayland-egl')
20wayland_protos = dependency('wayland-protocols') 20wayland_protos = dependency('wayland-protocols')
21xkbcommon = dependency('xkbcommon') 21xkbcommon = dependency('xkbcommon')
22pango = dependency('pango') 22pango = dependency('pango')
23pixman = dependency('pixman-1') 23pixman = dependency('pixman-1')
24libcap = dependency('libcap') 24libcap = dependency('libcap')
25
26math = cc.find_library('m') 25math = cc.find_library('m')
27 26
28# TODO version 27# TODO version