mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
seat: use WL_SEAT_ERROR_CAPABILITY
Depends on [1]. [1]: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/79
This commit is contained in:
parent
533a36f05a
commit
8d76d3263d
2 changed files with 4 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue