mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user