mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
build: require libinput 1.26
Bump the requirement for having support for tablet tool pressure range configuration.
This commit is contained in:
parent
3128f50a25
commit
d97ec81e65
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue