summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5df0fe07..fb5dd74c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,7 +88,7 @@ else()
pkg_check_modules(GTK REQUIRED gtk+-2.0>=2.10 glib-2.0>=2.10 gthread-2.0>=2.10 gmodule-export-2.0>=2.10)
endif()
-pkg_check_modules(LIBSOUP libsoup-2.4>=2.24)
+pkg_check_modules(LIBSOUP libsoup-2.4>=2.42)
if (LIBSOUP_FOUND)
pkg_check_modules(JSON_GLIB REQUIRED json-glib-1.0)
endif()