aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-06 11:49:27 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-06 11:49:27 -0400
commit603e0e42c577026f1c688c393989e65dc3482808 (patch)
tree7e2635f8745ed6141f900359eeff9b8d9f418cea /sway/meson.build
parentFix splitting workspaces (diff)
downloadsway-603e0e42c577026f1c688c393989e65dc3482808.tar.gz
sway-603e0e42c577026f1c688c393989e65dc3482808.tar.zst
sway-603e0e42c577026f1c688c393989e65dc3482808.zip
Add debug tree view
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 29aaa7b7..1fe0f29a 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -4,6 +4,7 @@ sway_sources = files(
4 'commands.c', 4 'commands.c',
5 'config.c', 5 'config.c',
6 'criteria.c', 6 'criteria.c',
7 'debug-tree.c',
7 'ipc-json.c', 8 'ipc-json.c',
8 'ipc-server.c', 9 'ipc-server.c',
9 'security.c', 10 'security.c',
@@ -102,10 +103,13 @@ sway_sources = files(
102) 103)
103 104
104sway_deps = [ 105sway_deps = [
106 cairo,
107 gdk_pixbuf,
105 jsonc, 108 jsonc,
106 libcap, 109 libcap,
107 libinput, 110 libinput,
108 math, 111 math,
112 pango,
109 pcre, 113 pcre,
110 pixman, 114 pixman,
111 server_protos, 115 server_protos,