requires less-recent libcurl release

This commit is contained in:
Joe Bryan 2018-12-10 14:40:30 -05:00
parent a8500ce23d
commit c2a0800bf8

View File

@ -296,7 +296,7 @@ configure_file(input : 'include/config.h.in',
configuration : conf_data)
# We expect these libs to supplied with the distribution
curl_dep = dependency('libcurl', version: '>=7.35.0')
curl_dep = dependency('libcurl', version: '>=7.19.0')
if osdet == 'darwin' and not get_option('nix')
libcrypto = meson.get_compiler('c').find_library('crypto', dirs: [ '/usr/local/opt/openssl/lib/' ])