From f5b373788fce2326f98a8740fdeb9b8f7dd0a846 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Sat, 2 Jan 2021 00:00:02 +0000 Subject: libalpm: don't use curl's deprecated functions This bumps the minimun curl version from 7.32.0 to 7.55.0. Signed-off-by: Allan McRae --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 264c6501..2002dc78 100644 --- a/meson.build +++ b/meson.build @@ -94,7 +94,7 @@ libarchive = dependency('libarchive', static : get_option('buildstatic')) libcurl = dependency('libcurl', - version : '>=7.32.0', + version : '>=7.55.0', required : get_option('curl'), static : get_option('buildstatic')) conf.set('HAVE_LIBCURL', libcurl.found()) -- cgit v1.2.3-54-g00ecf