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.
This commit is contained in:
Simon Ser 2021-12-07 16:37:51 +01:00
parent 0fcc842291
commit e3fefda023
2 changed files with 28 additions and 6 deletions

View file

@ -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,
)