mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 18:37:58 +00:00
trivial: Don't enable pkcs7 tests unless tests are enabled
Fixes: src/meson.build:22:2: ERROR: Unknown variable "colorhug_pkcs7_signature". with -Dpcs7=true, -Dtests=false
This commit is contained in:
parent
cf63aecdaf
commit
71043aba39
@ -19,7 +19,9 @@ endif
|
||||
if get_option('pkcs7')
|
||||
keyring_src += 'fu-keyring-pkcs7.c'
|
||||
keyring_deps += gnutls
|
||||
test_deps += colorhug_pkcs7_signature
|
||||
if get_option('tests')
|
||||
test_deps += colorhug_pkcs7_signature
|
||||
endif
|
||||
endif
|
||||
|
||||
libfwupdprivate = static_library(
|
||||
|
Loading…
Reference in New Issue
Block a user