From b241d32916bba09aa210fb431f5c0ce94ed95e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 15 Sep 2021 18:03:38 +0200 Subject: [PATCH] meson: Bump wayland-protocols to version 1.23 This release adds hold gestures to the pointer gesture protocol. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5043a759b..c9e57c812 100644 --- a/meson.build +++ b/meson.build @@ -42,7 +42,7 @@ gudev_req = '>= 232' # wayland version requirements wayland_server_req = '>= 1.18' -wayland_protocols_req = '>= 1.21' +wayland_protocols_req = '>= 1.23' # native backend version requirements libinput_req = '>= 1.19.0'