diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 24628100..8fcf841c 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -150,6 +150,7 @@ sway_sources = files( 'commands/input/left_handed.c', 'commands/input/map_from_region.c', 'commands/input/map_to_output.c', + 'commands/input/map_to_region.c', 'commands/input/middle_emulation.c', 'commands/input/natural_scroll.c', 'commands/input/pointer_accel.c', |