summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
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,