Updated for wlroots 0.16.0

This commit is contained in:
Keith Bowes 2022-12-01 17:51:28 -05:00
parent 31d0ef57e5
commit 0c2f744dbf
14 changed files with 17 additions and 298 deletions

View file

@ -1,7 +1,7 @@
project(
'Waybox',
'c',
version: '0.2.0',
version: '0.2.1',
license: 'MIT',
meson_version: '>=0.52.0',
default_options: [
@ -26,7 +26,7 @@ cc = meson.get_compiler('c')
inc_dir = include_directories('include')
libxml2 = dependency('libxml-2.0')
wlroots = dependency('wlroots', version: '>=0.15.0')
wlroots = dependency('wlroots', version: '>=0.16.0')
wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
xkbcommon = dependency('xkbcommon')