mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 05:40:03 +01:00
meson: bump wayland dep version to 1.23
libwayland 1.23 includes a wl_event_loop destroy signal fix which our backends depend on to shut down correctly.
This commit is contained in:
parent
0a79bc28c7
commit
9646742502
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ internal_config = configuration_data()
|
|||
|
||||
wayland_project_options = ['tests=false', 'documentation=false']
|
||||
wayland_server = dependency('wayland-server',
|
||||
version: '>=1.22',
|
||||
version: '>=1.23',
|
||||
fallback: 'wayland',
|
||||
default_options: wayland_project_options,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue