/
githubmirror
/
libjcat
Обзор
Документация
Войти
/
githubmirror
/
libjcat
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
meson_options.txt
10 строк
997 B
Colin Kinloch
pkcs7-openssl: Add OpenSSL PKCS-7 backend
10 июл 2025, 09:55
10 июл 2025, 09:55
c247d2c
Код
Авторство
О чём код?
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')