11 lines
623 B
Diff
11 lines
623 B
Diff
--- meson.build
|
|
+++ meson.build
|
|
@@ -29,7 +29,7 @@ libinput = dependency('libinput', version: '>=1.7.0')
|
|
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())
|