Updated for wlroots 0.13.0

This commit is contained in:
Keith Bowes 2021-04-07 19:27:58 -04:00
parent 6a6966b8d6
commit 309ccd2faf
7 changed files with 200 additions and 40 deletions

View file

@ -23,7 +23,7 @@ cc = meson.get_compiler('c')
# Adding include directory
inc_dir = include_directories('include')
wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.13.0'])
wlroots = dependency('wlroots', version: '>=0.13.0')
wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
xkbcommon = dependency('xkbcommon')