aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tudor Brindus <me@tbrindus.ca>2020-06-19 14:11:57 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-10-12 15:01:37 +0200
commited247c031cb9783deb5c04631b53c5ac6c432eb7 (patch)
tree3b8aa74d49d6e6cb1518cd749854cba13728f259 /sway/meson.build
parentinput/cursor: default tablet lens tool to relative motion (diff)
downloadsway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.tar.gz
sway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.tar.zst
sway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.zip
input/tablet: add tool_mode option to set tablet tools as relative input
Closes #4139.
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 b65a5211..6e138101 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -168,6 +168,7 @@ sway_sources = files(
168 'commands/input/scroll_method.c', 168 'commands/input/scroll_method.c',
169 'commands/input/tap.c', 169 'commands/input/tap.c',
170 'commands/input/tap_button_map.c', 170 'commands/input/tap_button_map.c',
171 'commands/input/tool_mode.c',
171 'commands/input/xkb_capslock.c', 172 'commands/input/xkb_capslock.c',
172 'commands/input/xkb_file.c', 173 'commands/input/xkb_file.c',
173 'commands/input/xkb_layout.c', 174 'commands/input/xkb_layout.c',