Cage: update for wlroots 0.5.0

This commit is contained in:
Jente Hidskes 2019-03-23 16:42:31 +01:00
parent eee63b8001
commit d855ea6718
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 11 additions and 2 deletions

View file

@ -24,7 +24,7 @@ endif
cc = meson.get_compiler('c')
wlroots = dependency('wlroots', version: '>= 0.4.1')
wlroots = dependency('wlroots', version: '>= 0.5.0')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
pixman = dependency('pixman-1')