From 09a4fad33ddb2692e4c25d3b04a286e70926eb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 15 Sep 2021 18:01:00 +0200 Subject: [PATCH] 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: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2eea6ac1e..5043a759b 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