aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index f4fdc8ea..30c848e2 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -7,6 +7,7 @@ sway_sources = files(
7 'debug-tree.c', 7 'debug-tree.c',
8 'ipc-json.c', 8 'ipc-json.c',
9 'ipc-server.c', 9 'ipc-server.c',
10 'scratchpad.c',
10 'security.c', 11 'security.c',
11 12
12 'desktop/desktop.c', 13 'desktop/desktop.c',
@@ -67,6 +68,7 @@ sway_sources = files(
67 'commands/reload.c', 68 'commands/reload.c',
68 'commands/rename.c', 69 'commands/rename.c',
69 'commands/resize.c', 70 'commands/resize.c',
71 'commands/scratchpad.c',
70 'commands/seat.c', 72 'commands/seat.c',
71 'commands/seat/attach.c', 73 'commands/seat/attach.c',
72 'commands/seat/cursor.c', 74 'commands/seat/cursor.c',