From c41b0a97fcfe8a8940fa468b6a19b70bed09e775 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 22 Jun 2020 22:46:24 -0700 Subject: Fix minimum required libsoup version to enable syncmanager Closes #562 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3