aboutsummaryrefslogtreecommitdiffstats
path: root/community/mutter/fixudev-req.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:15:37 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:29:26 +0200
commit8b18f3f07a7fc8c109c4647d3289bd3badfa72f7 (patch)
tree866d27d69c7fec1dd800dc35833216d6a69557fa /community/mutter/fixudev-req.patch
parentbda3869a463d9566cdcc38403999be2a9dc9f338 (diff)
downloadaports-8b18f3f07a7fc8c109c4647d3289bd3badfa72f7.tar.bz2
aports-8b18f3f07a7fc8c109c4647d3289bd3badfa72f7.tar.xz
community/mutter: move from testing
Diffstat (limited to 'community/mutter/fixudev-req.patch')
-rw-r--r--community/mutter/fixudev-req.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/mutter/fixudev-req.patch b/community/mutter/fixudev-req.patch
new file mode 100644
index 0000000000..93753ae0db
--- /dev/null
+++ b/community/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
+