aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-08-31 13:38:26 +0200
committerNikolaus Rath <Nikolaus@rath.org>2018-08-31 13:46:13 +0200
commitd709f319232ae40302b7cd73ab945c3d76be01f3 (patch)
treeb43fd2d909b8c1fd116d3bb4bc7ec76062307294 /meson_options.txt
parent3a92c69bba28aaf427c28a38c900efc314a57db3 (diff)
downloadlibfuse-d709f319232ae40302b7cd73ab945c3d76be01f3.tar.gz
Do not hardcode /etc/fuse.conf path.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b4608a7..983fcac 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,4 +2,4 @@ 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)')
+ description: 'Where to install udev rules (if empty, query pkg-config(1))')