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, 16 insertions, 0 deletions
diff --git a/testing/mutter/fixudev-req.patch b/testing/mutter/fixudev-req.patch
new file mode 100644
index 0000000000..93753ae0db
--- /dev/null
+++ b/testing/mutter/fixudev-req.patch
@@ -0,0 +1,16 @@
+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
+