diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-10 14:35:14 +0100 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-10 22:27:38 +0300 |
commit | dcd2076f3854f4bb0018b6a47781dc48a55393b0 (patch) | |
tree | 220eb2a4a3861a62b5c1afc9e73216cef9bf7024 /meson.build | |
parent | 6c3b35701d70c3ce5fc0ae719739d44b592b4143 (diff) |
Use wl_signal_emit_mutable()
This function fixes segfaults when emitting a signal potentially
removes arbitrary listeners.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fccf6429..0a737c36 100644 --- a/meson.build +++ b/meson.build @@ -46,7 +46,7 @@ subproject( jsonc = dependency('json-c', version: '>=0.13') pcre2 = dependency('libpcre2-8') -wayland_server = dependency('wayland-server', version: '>=1.20.0') +wayland_server = dependency('wayland-server', version: '>=1.21.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') wayland_egl = dependency('wayland-egl') |