mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-08 10:06:42 -05:00
meson: require wlroots >= 0.41.0
This commit is contained in:
parent
da62449c27
commit
eee63b8001
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ endif
|
|||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
wlroots = dependency('wlroots')
|
||||
wlroots = dependency('wlroots', version: '>= 0.4.1')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
pixman = dependency('pixman-1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue