aboutsummaryrefslogtreecommitdiffstats
path: root/community/phodav/meson_build-udev.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-06 06:08:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-06 08:24:49 -0300
commit5a86880dc127bc49f3f4e19d7f9d98e047610c23 (patch)
tree9bafd93d9c0748aaf291239735faf2d97fbd0f82 /community/phodav/meson_build-udev.patch
parent001e5488af74755b14e6c94534f2fe8a6747ea6c (diff)
downloadaports-5a86880dc127bc49f3f4e19d7f9d98e047610c23.tar.bz2
aports-5a86880dc127bc49f3f4e19d7f9d98e047610c23.tar.xz
community/phodav: upgrade to 2.4
Diffstat (limited to 'community/phodav/meson_build-udev.patch')
-rw-r--r--community/phodav/meson_build-udev.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/phodav/meson_build-udev.patch b/community/phodav/meson_build-udev.patch
deleted file mode 100644
index 40f0eae36d..0000000000
--- a/community/phodav/meson_build-udev.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.gnome.org/GNOME/phodav/commit/3925b28f356feef6b67ef95eae6de378df44100d
-
-This patch can be deleted with next releases (2.3+)
------------------------
---- a/meson.build
-+++ b/meson.build
-@@ -53,7 +53,7 @@
- )
- endif
-
--udev = dependency('udev', required : get_option('systemd'))
-+udev = dependency('udev', required : get_option('udev'))
- if udev.found()
- install_data(
- 'data/70-spice-webdavd.rules',
-
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -10,6 +10,10 @@
- type : 'feature',
- description : 'Install systemd units/configuration')
-
-+option('udev',
-+ type : 'feature',
-+ description : 'Install udev rules')
-+
- option('build-id',
- type : 'integer',
- value : 0,
-