From 2a3929bbe01e82e84b68fbace06b6eebbc7b6062 Mon Sep 17 00:00:00 2001 From: Joerg Thalheim Date: Thu, 19 Oct 2017 13:09:06 +0100 Subject: make udevrulesdir configurable on nixos we install fuse in its own hierarchy independent from systemd. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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)') -- cgit v1.2.3