File: meson_options.txt

package info (click to toggle)
libjcat 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: ansic: 7,104; python: 244; sh: 82; xml: 43; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 997 bytes parent folder | download
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')