aboutsummaryrefslogtreecommitdiffstats
path: root/community/mutter/fixudev-req.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mutter/fixudev-req.patch')
-rw-r--r--community/mutter/fixudev-req.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mutter/fixudev-req.patch b/community/mutter/fixudev-req.patch
index 93753ae0dbf..33553cf98aa 100644
--- a/community/mutter/fixudev-req.patch
+++ b/community/mutter/fixudev-req.patch
@@ -1,16 +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
+diff --git a/meson.build b/meson.build
+index 2605a65..3550496 100644
--- a/meson.build
+++ b/meson.build
-@@ -168,7 +168,7 @@ endif
+@@ -218,7 +218,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
+ udev_dep = dependency('udev')