build: require libinput 1.26

Bump the requirement for having support for
tablet tool pressure range configuration.
This commit is contained in:
Jens Peters 2026-03-31 19:17:33 +02:00 committed by Consolatis
parent 46d687ab54
commit 9209f611d5

View file

@ -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')