summaryrefslogtreecommitdiffstats
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 271d4a99..26e56ad2 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -10,9 +10,11 @@ sway_sources = files(
10 'commands/exit.c', 10 'commands/exit.c',
11 'commands/exec.c', 11 'commands/exec.c',
12 'commands/exec_always.c', 12 'commands/exec_always.c',
13 'commands/focus.c',
13 'commands/kill.c', 14 'commands/kill.c',
14 'commands/include.c', 15 'commands/include.c',
15 'commands/input.c', 16 'commands/input.c',
17 'commands/layout.c',
16 'commands/seat.c', 18 'commands/seat.c',
17 'commands/seat/attach.c', 19 'commands/seat/attach.c',
18 'commands/seat/fallback.c', 20 'commands/seat/fallback.c',