1 2 3 4 5 6 7 8 9 10
|
option('gtkdoc', type : 'boolean', value : false, description : 'enable developer documentation')
option('introspection', type : 'boolean', value : true, description : 'generate GObject Introspection data')
option('vapi', type : 'boolean', value : true, description : 'enable VAPI')
option('tests', type : 'boolean', value : true, description : 'enable tests')
option('gpg', type : 'boolean', value : true, description : 'enable the GPG verification support')
option('gnutls_pkcs7', type : 'boolean', value : true, description : 'enable the GnuTLS PKCS7 verification support')
option('openssl_pkcs7', type : 'boolean', value : false, description : 'enable the OpenSSL PKCS7 verification support')
option('gnutls_ed25519', type : 'boolean', value : true, description : 'enable the GnuTLS ED25519 verification support')
option('man', type : 'boolean', value : true, description : 'enable man pages')
option('cli', type : 'boolean', value : true, description : 'build and install the jcat-tool CLI')
|