mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
Add option to specify init script location
Also allows to disable the installation if desired
This commit is contained in:
committed by
Nikolaus Rath
parent
9e1601add4
commit
059045807d
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user