Require wlroots 0.9.0+

This commit is contained in:
Keith Bowes 2020-02-27 16:44:09 -05:00
parent 99f50dd19a
commit 9435ebbfad
2 changed files with 1 additions and 6 deletions

View file

@ -31,7 +31,7 @@ add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
inc_dir = include_directories('include')
pixman = dependency('pixman-1')
wlroots = dependency('wlroots', version: '>=0.6.0')
wlroots = dependency('wlroots', version: '>=0.9.0')
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.12')