diff options
author | Simon Ser <contact@emersion.fr> | 2020-06-05 11:42:36 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-08 13:30:21 +0100 |
commit | 8d76d3263d31554c287a72d5e280568ae4cc2122 (patch) | |
tree | 268d1d03a08d0dee0b88dc9f87d50cafa0cc6e1f /meson.build | |
parent | 533a36f05a46472a29700df47100a4c5c59c5f29 (diff) |
seat: use WL_SEAT_ERROR_CAPABILITY
Depends on [1].
[1]: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/79
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 cba68568..e0951a8d 100644 --- a/meson.build +++ b/meson.build @@ -89,7 +89,7 @@ conf_data.set10('WLR_HAS_XCB_ERRORS', false) conf_data.set10('WLR_HAS_XCB_ICCCM', false) conf_data.set10('WLR_HAS_XDG_FOREIGN', false) -wayland_server = dependency('wayland-server', version: '>=1.18') +wayland_server = dependency('wayland-server', version: '>=1.19') wayland_client = dependency('wayland-client') wayland_protos = dependency('wayland-protocols', version: '>=1.17') egl = dependency('egl') |