aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wayfire/wlroots.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wayfire/wlroots.patch')
-rw-r--r--testing/wayfire/wlroots.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/wayfire/wlroots.patch b/testing/wayfire/wlroots.patch
deleted file mode 100644
index e7ae792415..0000000000
--- a/testing/wayfire/wlroots.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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())