aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Lucas Zampieri <lzampier@redhat.com>2022-11-24 17:18:50 -0300
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-09 11:28:53 +0100
commitefd83cb8b911d88a17263a4ee8e62cf07dbfa4bd (patch)
tree5ae5c45e912e30a06f836d77b93de6d2a36217cd /sway/meson.build
parentcriteria: be lenient on window_role and instance too (diff)
downloadsway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.tar.gz
sway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.tar.zst
sway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.zip
Add libinput RotationAngle
This patch adds the libinput option RotationAngle to sway. Signoff-by: Lucas Zampieri <lzampier@redhat.com>
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 b2412d5e..c6a27434 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -167,6 +167,7 @@ sway_sources = files(
167 'commands/input/middle_emulation.c', 167 'commands/input/middle_emulation.c',
168 'commands/input/natural_scroll.c', 168 'commands/input/natural_scroll.c',
169 'commands/input/pointer_accel.c', 169 'commands/input/pointer_accel.c',
170 'commands/input/rotation_angle.c',
170 'commands/input/repeat_delay.c', 171 'commands/input/repeat_delay.c',
171 'commands/input/repeat_rate.c', 172 'commands/input/repeat_rate.c',
172 'commands/input/scroll_button.c', 173 'commands/input/scroll_button.c',