meson: fail build if libinput < 1.7.0

We need libinput >= 1.7.0 for LIBINPUT_DEVICE_CAP_SWITCH
This commit is contained in:
Dominique Martinet 2017-10-24 02:05:36 +09:00
parent 98207fda81
commit a2f5e60dea
1 changed files with 1 additions and 1 deletions

View File

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