mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
configure, meson: convert libtasn1 detection to meson
Make it depend on gnutls too, since it is only used as part of gnutls tests. Reviewed-by: Richard Henderson <richard.henderson@liaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5761251138
commit
ba7ed407e6
3 changed files with 6 additions and 24 deletions
|
@ -84,7 +84,7 @@ if have_block
|
|||
'test-crypto-block': [io],
|
||||
}
|
||||
if gnutls.found() and \
|
||||
'CONFIG_TASN1' in config_host and \
|
||||
tasn1.found() and \
|
||||
'CONFIG_POSIX' in config_host
|
||||
tests += {
|
||||
'test-crypto-tlscredsx509': ['crypto-tls-x509-helpers.c', 'pkix_asn1_tab.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue