From 4f5753dd6bcbed91e444bd20de9d0f4a72bb6cb3 Mon Sep 17 00:00:00 2001 From: jlo62 <122014753+jlo62@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:35:38 +0200 Subject: [PATCH] Update meson.build --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/meson.build b/sway/meson.build index 3abd778db..b56a63696 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -167,6 +167,7 @@ sway_sources = files( 'commands/input/middle_emulation.c', 'commands/input/natural_scroll.c', 'commands/input/pointer_accel.c', + 'commands/input/sensitivity.c', 'commands/input/rotation_angle.c', 'commands/input/repeat_delay.c', 'commands/input/repeat_rate.c',