aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mutter/fixudev-req.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-04-26 13:21:43 +0000
committerTBK <tbk@jjtc.eu>2019-05-25 18:05:41 +0200
commitd7ee181fd9fbe296662c6831103a39b4656e0e62 (patch)
tree262ebea03a11710a6373a1d00cb211a84b7a1ace /testing/mutter/fixudev-req.patch
parentb31e59f7a01e2a96778fffd5cd17f672bee78e26 (diff)
downloadaports-d7ee181fd9fbe296662c6831103a39b4656e0e62.tar.bz2
aports-d7ee181fd9fbe296662c6831103a39b4656e0e62.tar.xz
testing/mutter: update to 3.32.2
Closes: GH-7379
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
+