mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: refuse to build when gcrypt support is enabled bu libgpg-error not found
Follow-up for 066e603ac6.
This commit is contained in:
@@ -1301,7 +1301,7 @@ feature = get_option('gcrypt')
|
||||
libgcrypt = dependency('libgcrypt',
|
||||
required : feature)
|
||||
libgpg_error = dependency('gpg-error',
|
||||
required : feature.disabled() ? feature : false)
|
||||
required : feature)
|
||||
|
||||
have = libgcrypt.found() and libgpg_error.found()
|
||||
if not have
|
||||
|
||||
Reference in New Issue
Block a user