mirror of
https://github.com/labwc/labwc.git
synced 2026-04-03 07:15:34 -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
46d687ab54
commit
9209f611d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue