From 9ff4f29bacc5dae7b1e0578d0890da1c74cb463d Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 10 Feb 2020 20:00:16 +0100 Subject: [PATCH] build: Depend on libinput 1.7 We will want it for switch events. This release is from 2017, so presumably old enough by now. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1044 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bb73a87db..e08892c4f 100644 --- a/meson.build +++ b/meson.build @@ -46,7 +46,7 @@ wayland_server_req = '>= 1.13.0' wayland_protocols_req = '>= 1.18' # native backend version requirements -libinput_req = '>= 1.4' +libinput_req = '>= 1.7' gbm_req = '>= 10.3' # screen cast version requirements