Change wlroots version to prevent incompatibility

This commit is contained in:
Cagebreak Signing Key 3 2021-05-05 17:47:26 +02:00
commit 907db16ebe

View file

@ -53,7 +53,7 @@ if is_freebsd
)
endif
wlroots = dependency('wlroots', version: '>= 0.13.0')
wlroots = dependency('wlroots', version: '< 0.14.0')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
wayland_cursor = dependency('wayland-cursor')