aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-07 16:37:51 +0100
committerSimon Ser <contact@emersion.fr>2021-12-13 12:06:16 +0000
commite3fefda0235e548e4d23639adfe375edf380825c (patch)
treea016bd9e6051985aed7e3c2ff08b30ae62cd2354 /meson.build
parent0fcc842291d9d714e9c210839ae72429c5c3eae4 (diff)
output: add support for protocol interface version 4
Two new events are added: name and description. The name is immutable. The description can be updated on-the-fly.
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 2e72e445..a84f3df7 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,7 @@ internal_features = {
wayland_project_options = ['tests=false', 'documentation=false']
wayland_server = dependency('wayland-server',
- version: '>=1.19',
+ version: '>=1.20',
fallback: ['wayland', 'wayland_server_dep'],
default_options: wayland_project_options,
)