2018-03-20 21:03:56 +00:00
option ( 'manpage' , type : 'boolean' , value : true , description : 'Build man pages' )
2023-09-10 02:42:06 +00:00
option ( 'crypto' , type : 'combo' , choices : [ 'libgcrypt' , 'gnutls' , 'disabled' ] , value : 'libgcrypt' , description : 'Backend library to implement transport encryption' )
2018-03-20 21:03:56 +00:00
option ( 'debugging' , type : 'boolean' , value : false , description : 'Turn debugging on/off' )
option ( 'vapi' , type : 'boolean' , value : true , description : 'Create VAPI file.' )
2022-02-02 12:19:14 +00:00
option ( 'gtk_doc' , type : 'boolean' , value : true , description : 'Build reference documentation using gi-docgen' )
2020-05-21 08:04:48 +00:00
option ( 'introspection' , type : 'boolean' , value : true , description : 'Create GIR file.' )
2021-03-18 08:20:01 +00:00
option ( 'bashcompdir' , type : 'string' , value : '' , description : 'Override default location for bash completion files' )
2021-03-19 06:45:33 +00:00
option ( 'bash_completion' , type : 'feature' , value : 'auto' , description : 'Install bash completion files' )
2021-07-02 12:00:06 +00:00
option ( 'tpm2' , type : 'boolean' , value : false , description : 'With TPM2 Software Stack' )
2023-11-03 04:37:44 +00:00
option ( 'pam' , type : 'boolean' , value : false , description : 'Build PAM module' )