-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmeson_options.txt
More file actions
9 lines (9 loc) · 880 Bytes
/
Copy pathmeson_options.txt
File metadata and controls
9 lines (9 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
option('man', type : 'boolean', value : true, description : 'generate and install man pages')
option('doc', type : 'boolean', value : true, description : 'install documentation')
option('docdir', type : 'string', value : '', description : 'documentation dir')
option('cachedir', type : 'string', value : '/var/cache/davfs2', description : 'cache dir')
option('statedir', type : 'string', value : '/var/run', description : 'state dir')
option('certdir', type : 'string', value : 'certs', description : 'Relative cert directory to sysconfdir')
option('dav_user', type : 'string', value : 'davfs2', description : 'if invoked by root, mount.davfs runs as this user')
option('dav_group', type : 'string', value : 'davfs2', description : 'the group, the mount.davfs daemon belongs to')
option('nls', type : 'boolean', value : true, description : 'Enable Native Language Support (NLS)')