aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:47:29 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:47:29 +1000
commit9d3739a6f787edee185baa5e0746e72c07f9314f (patch)
treeb9f0c61b3cde9ba7b54967acd8244420649eae19 /sway/meson.build
parentMake key repeat configurable (diff)
downloadsway-9d3739a6f787edee185baa5e0746e72c07f9314f.tar.gz
sway-9d3739a6f787edee185baa5e0746e72c07f9314f.tar.zst
sway-9d3739a6f787edee185baa5e0746e72c07f9314f.zip
Split repeat commands into separate files.
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',