[mutter/wip/carlosg/touch-mode: 2/3] build: Depend on libinput 1.7



commit 6e940aa2d65bacde1baecd60d4bde6db678cfd81
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Feb 10 20:00:16 2020 +0100

    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


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