compositor: implement wl_surface.get_release

References: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/137
This commit is contained in:
Simon Ser 2022-08-22 15:18:25 +02:00
parent ebd4c83cd6
commit 226d1cf81c
3 changed files with 98 additions and 2 deletions

View file

@ -101,7 +101,7 @@ internal_features = {
wayland_project_options = ['tests=false', 'documentation=false']
wayland_server = dependency('wayland-server',
version: '>=1.21',
version: '>=1.21.90',
fallback: 'wayland',
default_options: wayland_project_options,
)