summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-02-18 08:47:11 +0100
committerOndrej Holy <oholy@redhat.com>2019-02-18 08:50:48 +0100
commitbf426f4b585df91562ba277dee820735fdb97676 (patch)
tree3371ff872beb8ddd27b7e75a59982d64b2e0cc18
parentecce06e80f9451c4dcc6c33962f07b795bce774b (diff)
downloadgvfs-bf426f4b585df91562ba277dee820735fdb97676.tar.gz
build: Bump libsoup dependency
Commit e9653aa9 uses `soup_auth_manager_clear_cached_credentials()`, which has been introduced in libsoup 2.58.0. Let's bump the libsoup dependency accordingly. https://gitlab.gnome.org/GNOME/gvfs/issues/351 https://gitlab.gnome.org/GNOME/gvfs/issues/374
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 86845948..6d99ed9d 100644
--- a/meson.build
+++ b/meson.build
@@ -307,7 +307,7 @@ endif
enable_http = get_option('http')
if enable_http
assert(have_libxml, 'http required but libxml-2.0 not found')
- libsoup_dep = dependency('libsoup-2.4', version: '>= 2.42.0')
+ libsoup_dep = dependency('libsoup-2.4', version: '>= 2.58.0')
endif
# *** Check if we should build with DNS-SD backend ***