diff options
author | Fina Wilke <code@felinira.net> | 2022-07-17 00:15:42 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2022-09-08 10:50:53 +0100 |
commit | 059045807de95e21f0b7794f322dbdfbd1af3a54 (patch) | |
tree | 1dc2365a97ebc7cd4ef6b0e6a95ac7edeb0c6b9e /meson_options.txt | |
parent | 9e1601add411511c94527f6f7f6f071729b0c52c (diff) | |
download | fuse-059045807de95e21f0b7794f322dbdfbd1af3a54.tar.gz |
Add option to specify init script location
Also allows to disable the installation if desired
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 43304d1..891ccdf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('disable-mtab', type : 'boolean', value : false, option('udevrulesdir', type : 'string', value : '', description: 'Where to install udev rules (if empty, query pkg-config(1))') +option('initscriptdir', type : 'string', value : '/etc/init.d/', + description: 'Init script installation location (if empty, disable init script installation)') + option('utils', type : 'boolean', value : true, description: 'Whether or not to build and install helper programs') |