input: add sticky option for drag_lock (#10702)

* allow configuring the sticky option for `drag_lock`

* enable sticky drag_lock by default as recommended by libinput

recommended here:
https://lists.freedesktop.org/archives/wayland-devel/2024-November/043860.html
This commit is contained in:
may 2025-06-15 11:45:06 +02:00 committed by GitHub
parent ad85406220
commit f08167c877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 11 deletions

View file

@ -21,7 +21,7 @@ executable(
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),
dependency('libinput'),
dependency('libinput', version: '>=1.28'),
dependency('re2'),
xcb_dep,
xcb_composite_dep,