mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-24 06:24:19 +02:00
Fix wlroots version requirements
This commit is contained in:
parent
fb4bd94ef8
commit
4b0f87c277
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ if is_freebsd
|
|||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: ['>=0.16.1', '< 0.17.1'])
|
||||
wlroots = dependency('wlroots', version: ['>=0.17.0', '< 0.18.0'])
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
wayland_cursor = dependency('wayland-cursor')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue