1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] Check krb5-gssapi. Refs #185

This commit is contained in:
Witold Filipczyk 2022-08-21 12:55:07 +02:00
parent 361b8f661d
commit 0f865aac55

View File

@ -336,6 +336,11 @@ elif conf_data.get('CONFIG_GNUTLS')
deps += libgcryptdeps
endif
if conf_data.get('CONFIG_GSSAPI')
gssapideps = dependency('krb5-gssapi', static: st)
deps += gssapideps
endif
if conf_data.get('CONFIG_BROTLI')
brotlideps = dependency('libbrotlidec', static: st)
deps += brotlideps