From 9209f611d552adbb36e59cef05aaca5d1e834efe Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Tue, 31 Mar 2026 19:17:33 +0200 Subject: [PATCH] build: require libinput 1.26 Bump the requirement for having support for tablet tool pressure range configuration. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4b622b5e..de73e8ea 100644 --- a/meson.build +++ b/meson.build @@ -71,7 +71,7 @@ xml2 = dependency('libxml-2.0') glib = dependency('glib-2.0') cairo = dependency('cairo') pangocairo = dependency('pangocairo') -input = dependency('libinput', version: '>=1.14') +input = dependency('libinput', version: '>=1.26') pixman = dependency('pixman-1') math = cc.find_library('m') png = dependency('libpng')