mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
meson: fail build if libinput < 1.7.0
We need libinput >= 1.7.0 for LIBINPUT_DEVICE_CAP_SWITCH
This commit is contained in:
parent
98207fda81
commit
a2f5e60dea
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ egl = dependency('egl')
|
|||
glesv2 = dependency('glesv2')
|
||||
drm = dependency('libdrm')
|
||||
gbm = dependency('gbm', version: '>=17.1.0')
|
||||
libinput = dependency('libinput')
|
||||
libinput = dependency('libinput', version: '>=1.7.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue