meson: require wayland-protocols >=1.12 for xdg-shell stable

This commit is contained in:
Dominique Martinet 2018-02-14 19:02:45 +01:00
parent 1080bf69f8
commit db9c2c11f6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
wayland_protos = dependency('wayland-protocols')
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
egl = dependency('egl')
glesv2 = dependency('glesv2')
drm = dependency('libdrm')