mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: require wayland-protocols >= 1.32
This commit is contained in:
parent
becd8ed049
commit
e0475a5421
2 changed files with 8 additions and 1 deletions
|
|
@ -49,6 +49,13 @@
|
|||
## Unreleased
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
* Minimum required version of _wayland-protocols_ is now 1.32
|
||||
([#1391][1391]).
|
||||
|
||||
[1391]: https://codeberg.org/dnkl/foot/issues/1391
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ math = cc.find_library('m')
|
|||
threads = [dependency('threads'), cc.find_library('stdthreads', required: false)]
|
||||
libepoll = dependency('epoll-shim', required: false)
|
||||
pixman = dependency('pixman-1')
|
||||
wayland_protocols = dependency('wayland-protocols')
|
||||
wayland_protocols = dependency('wayland-protocols', version: '>=1.32')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_cursor = dependency('wayland-cursor')
|
||||
xkb = dependency('xkbcommon', version: '>=1.0.0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue