mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
Add build option to skip steps requiring root permissions
This commit is contained in:
+6
-2
@@ -5,7 +5,11 @@ option('udevrulesdir', type : 'string', value : '',
|
||||
description: 'Where to install udev rules (if empty, query pkg-config(1))')
|
||||
|
||||
option('utils', type : 'boolean', value : true,
|
||||
description: 'Wheter or not to build and install helper programs')
|
||||
description: 'Whether or not to build and install helper programs')
|
||||
|
||||
option('examples', type : 'boolean', value : true,
|
||||
description: 'Wheter or not to build example programs')
|
||||
description: 'Whether or not to build example programs')
|
||||
|
||||
option('useroot', type : 'boolean', value : true,
|
||||
description: 'Set owner and setuid bits on installed files')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user