aboutsummaryrefslogtreecommitdiffstats
path: root/community/phodav/meson_build-udev.patch
blob: 40f0eae36d43d1d3a2d331038169aac47ebb0105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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,