aports/testing/wayfire/wlroots.patch
2020-02-06 01:39:06 +01:00

12 lines
639 B
Diff

--- 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())