diff options
Diffstat (limited to 'community/phodav/meson_build-udev.patch')
-rw-r--r-- | community/phodav/meson_build-udev.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/community/phodav/meson_build-udev.patch b/community/phodav/meson_build-udev.patch new file mode 100644 index 0000000000..40f0eae36d --- /dev/null +++ b/community/phodav/meson_build-udev.patch @@ -0,0 +1,30 @@ +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, + |