Basic config-file support

This commit is contained in:
Keith Bowes 2022-02-01 20:26:50 -05:00
parent 82ddb3f59f
commit 8153a24863
10 changed files with 312 additions and 48 deletions

View file

@ -25,6 +25,7 @@ inc_dir = include_directories('include')
# Due to the planned refactor of xdg_shell in wlroots 0.16.0, I doubt this will
# build when it's released
libxml2 = dependency('libxml-2.0')
wlroots = dependency('wlroots', version: ['>=0.15.0', '<0.16.0'])
wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')