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:
parent
ad85406220
commit
f08167c877
5 changed files with 12 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue