mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
configure, meson: convert crypto detection to meson
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
4c1f23cfb8
commit
5761251138
5 changed files with 90 additions and 232 deletions
|
@ -76,6 +76,12 @@ option('iconv', type : 'feature', value : 'auto',
|
|||
description: 'Font glyph conversion support')
|
||||
option('curses', type : 'feature', value : 'auto',
|
||||
description: 'curses UI')
|
||||
option('gnutls', type : 'feature', value : 'auto',
|
||||
description: 'GNUTLS cryptography support')
|
||||
option('nettle', type : 'feature', value : 'auto',
|
||||
description: 'nettle cryptography support')
|
||||
option('gcrypt', type : 'feature', value : 'auto',
|
||||
description: 'libgcrypt cryptography support')
|
||||
option('libudev', type : 'feature', value : 'auto',
|
||||
description: 'Use libudev to enumerate host devices')
|
||||
option('lzfse', type : 'feature', value : 'auto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue