aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-26 12:32:10 +0200
committerGitHub <noreply@github.com>2018-04-26 12:32:10 +0200
commit64e0731cc7206e8becfe6f80bc58362aa53f07b6 (patch)
tree3736887591d8464f577d2ad4a753a404d38d77ae /sway/meson.build
parentd94bb78ff3ade39cc848d0acfd571b9ac6917868 (diff)
parentff61df17ffd358b03663a35fe7140e51e1ee98fc (diff)
Merge pull request #1860 from emersion/input-map-from
Add map_from_region command
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index a8107e4e..c9bb8f83 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -90,6 +90,7 @@ sway_sources = files(
'commands/input/dwt.c',
'commands/input/events.c',
'commands/input/left_handed.c',
+ 'commands/input/map_from_region.c',
'commands/input/map_to_output.c',
'commands/input/middle_emulation.c',
'commands/input/natural_scroll.c',