Merge branch 'buffer-release' into 'master'

compositor: implement wl_surface.get_release

See merge request wlroots/wlroots!3674
This commit is contained in:
Simon Ser 2023-04-04 08:12:36 +00:00
commit 7a72460a0d
4 changed files with 134 additions and 4 deletions

View file

@ -103,7 +103,7 @@ internal_config = configuration_data()
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,
)