meson: fail build if gbm/mesa < 17.1.0

We need mesa 17.1.0 for gbm_bo_get_offset and gbm_bo_get_stride_for_plane
We need mesa 17.0.0 for EGL_TEXTURE_EXTERNAL_WL
This commit is contained in:
Dominique Martinet 2017-10-08 09:55:12 +09:00
parent 75f0a6c998
commit 98207fda81
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ wayland_protos = dependency('wayland-protocols')
egl = dependency('egl')
glesv2 = dependency('glesv2')
drm = dependency('libdrm')
gbm = dependency('gbm')
gbm = dependency('gbm', version: '>=17.1.0')
libinput = dependency('libinput')
xkbcommon = dependency('xkbcommon')
udev = dependency('libudev')