mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
8b1936b46f
These changes introduce a new meson option to disable installation of completion files into the system location.
8 lines
660 B
Meson
8 lines
660 B
Meson
option('manpage', type: 'boolean', value: true, description: 'Build man pages')
|
|
option('gcrypt', type: 'boolean', value: true, description: 'With gcrypt and transport encryption')
|
|
option('debugging', type: 'boolean', value: false, description: 'Turn debugging on/off')
|
|
option('vapi', type: 'boolean', value: true, description: 'Create VAPI file.')
|
|
option('gtk_doc', type: 'boolean', value: true, description: 'Build reference documentation using gtk-doc')
|
|
option('introspection', type: 'boolean', value: true, description: 'Create GIR file.')
|
|
option('bashcompdir', type: 'string', value: '', description: 'Override default location for bash completion files')
|