[mutter] meson: Bump libinput to version 1.19



commit 09a4fad33ddb2692e4c25d3b04a286e70926eb24
Author: José Expósito <jose exposito89 gmail com>
Date:   Wed Sep 15 18:01:00 2021 +0200

    meson: Bump libinput to version 1.19
    
    libinput 1.19 includes hold gestures and high-resolution scroll wheel
    support.
    
    Required for !1830 and !1962.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1830>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2eea6ac1e6..5043a759b8 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ wayland_server_req = '>= 1.18'
 wayland_protocols_req = '>= 1.21'
 
 # native backend version requirements
-libinput_req = '>= 1.18.0'
+libinput_req = '>= 1.19.0'
 gbm_req = '>= 17.3'
 
 # screen cast version requirements


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]