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
parent 3128f50a25
commit d97ec81e65
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ xml2 = dependency('libxml-2.0')
glib = dependency('glib-2.0') glib = dependency('glib-2.0')
cairo = dependency('cairo') cairo = dependency('cairo')
pangocairo = dependency('pangocairo') pangocairo = dependency('pangocairo')
input = dependency('libinput', version: '>=1.14') input = dependency('libinput', version: '>=1.26')
pixman = dependency('pixman-1') pixman = dependency('pixman-1')
math = cc.find_library('m') math = cc.find_library('m')
png = dependency('libpng') png = dependency('libpng')