aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-08-28 10:19:57 +0200
committerDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-10-09 09:56:46 +0000
commit174e8a48aaa09908ff3970093e3a0c0d29afaf1b (patch)
tree52ad23b6a64f915a9889dd7674f72d017b78458f
parent427735fcd9a11c3a3cdcfa5f48cffb55cf7a7b27 (diff)
build: bump wayland-scanner version
wayland-scanner >= 1.15.0 accepts foreign struct references, necessary in protocols like zwp-input-method-v2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9bd71191..178acd9b 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,7 @@ endif
# Avoid wl_buffer deprecation warnings
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
-wayland_server = dependency('wayland-server', version: '>=1.15')
+wayland_server = dependency('wayland-server', version: '>=1.16')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
wayland_protos = dependency('wayland-protocols', version: '>=1.15')