diff options
author | TBK <tbk@jjtc.eu> | 2019-04-11 21:22:15 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-11 20:29:40 +0000 |
commit | cce8ef4b00a4bc9fdad7a4097c1b39fe048ae583 (patch) | |
tree | dba95ff2b96e9f26d8902e250c89b0fdc878cee0 /community/phodav/meson_build-udev.patch | |
parent | 96b616bb92d9c12bbf5558991a45fbe57c4f6f2f (diff) | |
download | aports-cce8ef4b00a4bc9fdad7a4097c1b39fe048ae583.tar.bz2 aports-cce8ef4b00a4bc9fdad7a4097c1b39fe048ae583.tar.xz |
community/phodav: upgrade to 2.3
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, + |