blob: e7ae7924152e100b1f35908b9d3d83729abb408c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/meson.build 2020-01-30 18:00:20.201729274 +0200
+++ b/meson.build 2020-01-30 17:58:28.720588270 +0200
@@ -29,7 +29,7 @@
pixman = dependency('pixman-1')
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
-wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.10.0'], fallback: ['wlroots', 'wlroots'])
+wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.11.0'], fallback: ['wlroots', 'wlroots'])
wfconfig = dependency('wf-config', version: '>=0.3', fallback: ['wf-config', 'wfconfig'])
needs_libinotify = ['freebsd', 'dragonfly'].contains(host_machine.system())
|