diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2018-02-14 19:02:45 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2018-02-14 19:02:45 +0100 |
commit | db9c2c11f65dbc1e01485b8afaa21c874d15140f (patch) | |
tree | a09a24198987954235455289eb4cfd4e511f91d7 /meson.build | |
parent | 1080bf69f8b9d1b25287fd987266f45602480735 (diff) |
meson: require wayland-protocols >=1.12 for xdg-shell stable
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1cf7781a..2fc78d33 100644 --- a/meson.build +++ b/meson.build @@ -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') |