aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mutter/fixudev-req.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mutter/fixudev-req.patch')
-rw-r--r--testing/mutter/fixudev-req.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/mutter/fixudev-req.patch b/testing/mutter/fixudev-req.patch
deleted file mode 100644
index 93753ae0db..0000000000
--- a/testing/mutter/fixudev-req.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Apparently the version limit is only required for systemd udev, it works
-just fine with our version of eudev.
-
-diff --git meson.build meson.build
-index dc210e6..6e080ca 100644
---- a/meson.build
-+++ b/meson.build
-@@ -168,7 +168,7 @@ endif
-
- have_libgudev = get_option('udev')
- if have_libgudev
-- libudev_dep = dependency('libudev', version: udev_req)
-+ libudev_dep = dependency('libudev')
- gudev_dep = dependency('gudev-1.0', version: gudev_req)
- endif
-