diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-30 13:44:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 13:44:11 +0200 |
commit | 8f6aca2166030846655432d92498bb8d2e22036b (patch) | |
tree | 0660b8052702d43b142a58e1c664e246918e8d7c /sway/meson.build | |
parent | 7355959d7f28714e77f43f987431c664f476d8eb (diff) | |
parent | ae2b70f59ec988ae1ad108316ec04d1f634ec735 (diff) |
Merge pull request #2725 from PumbaPe/add-tap-and-drag
Add tap and drag to sway-input
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 0bb0c2d3..b6394ecb 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -119,6 +119,7 @@ sway_sources = files( 'commands/input/accel_profile.c', 'commands/input/click_method.c', + 'commands/input/drag.c', 'commands/input/drag_lock.c', 'commands/input/dwt.c', 'commands/input/events.c', |