mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[meson] Check krb5-gssapi. Refs #185
This commit is contained in:
parent
361b8f661d
commit
0f865aac55
@ -336,6 +336,11 @@ elif conf_data.get('CONFIG_GNUTLS')
|
|||||||
deps += libgcryptdeps
|
deps += libgcryptdeps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if conf_data.get('CONFIG_GSSAPI')
|
||||||
|
gssapideps = dependency('krb5-gssapi', static: st)
|
||||||
|
deps += gssapideps
|
||||||
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_BROTLI')
|
if conf_data.get('CONFIG_BROTLI')
|
||||||
brotlideps = dependency('libbrotlidec', static: st)
|
brotlideps = dependency('libbrotlidec', static: st)
|
||||||
deps += brotlideps
|
deps += brotlideps
|
||||||
|
Loading…
Reference in New Issue
Block a user