aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 7dfda254..4ceb07b4 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -90,7 +90,8 @@ sway_sources = files(
90 'commands/input/middle_emulation.c', 90 'commands/input/middle_emulation.c',
91 'commands/input/natural_scroll.c', 91 'commands/input/natural_scroll.c',
92 'commands/input/pointer_accel.c', 92 'commands/input/pointer_accel.c',
93 'commands/input/repeat.c', 93 'commands/input/repeat_delay.c',
94 'commands/input/repeat_rate.c',
94 'commands/input/scroll_method.c', 95 'commands/input/scroll_method.c',
95 'commands/input/tap.c', 96 'commands/input/tap.c',
96 'commands/input/xkb_layout.c', 97 'commands/input/xkb_layout.c',