From e3fefda0235e548e4d23639adfe375edf380825c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 7 Dec 2021 16:37:51 +0100 Subject: 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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, ) -- cgit v1.2.3