summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2024-03-28 22:11:04 +0000
committerMarge Bot <emma+marge@anholt.net>2024-04-02 13:09:38 +0000
commitdd16c28b78b77f92bfb4e49f0f03bc1b4a30c85a (patch)
treecd4b236bf9876b6315d4020f751a38fc44b1530e /meson.build
parentd9eb69182d392bf679c810e4486b51f0e0c41745 (diff)
meson: Bump wayland-protocols requirement to 1.34
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25709>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index abeb897c920..59a784ca095 100644
--- a/meson.build
+++ b/meson.build
@@ -2001,7 +2001,7 @@ if with_platform_wayland
else
wl_scanner_arg = 'code'
endif
- dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.30')
+ dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.34')
dep_wayland_client = dependency('wayland-client', version : '>=1.18')
dep_wayland_server = dependency('wayland-server', version : '>=1.18')
if with_egl