aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGravatar Joerg Thalheim <joerg@thalheim.io>2017-10-19 13:09:06 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-10-20 08:42:30 +0100
commit2a3929bbe01e82e84b68fbace06b6eebbc7b6062 (patch)
tree6bceab3d04b247c3c27833f9dcc56e867efe71a8 /meson_options.txt
parentd92bf83c152ff88c2d92bd852752d4c326004400 (diff)
make udevrulesdir configurable
on nixos we install fuse in its own hierarchy independent from systemd.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e53bf5d..b4608a7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,5 @@
option('disable-mtab', type : 'boolean', value : false,
description: 'Disable and ignore usage of /etc/mtab')
+
+option('udevrulesdir', type : 'string', value : '',
+ description: 'Path where udev rules are installed to (Defaults to udevdir specified in udev.pc)')