react to wlroots changes

This commit is contained in:
Keith Bowes 2023-02-07 13:47:56 -05:00
parent 8fa589a132
commit 4eb4536b28
5 changed files with 48 additions and 8 deletions

View file

@ -30,8 +30,8 @@ libinput = dependency('libinput', version: '>=1.21.0')
libxml2 = dependency('libxml-2.0')
wlroots = dependency('wlroots', version: '>=0.16.0')
wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_protos = dependency('wayland-protocols', version: '>=1.27')
xkbcommon = dependency('xkbcommon')
wayland_protos = dependency('wayland-protocols', version: '>=1.27')
xkbcommon = dependency('xkbcommon')
msgfmt = find_program('msgfmt', required: false)
if msgfmt.found()