From 32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 2 Jun 2015 16:12:13 +1200 Subject: Build against libecal 3.16 --- CMakeLists.txt | 2 +- debian/control | 2 +- src/engine-eds.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d2fd95..e01cd0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ pkg_check_modules (SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-unix-2.0>=2.36 libical>=0.48 - libecal-1.2>=3.5 + libecal-1.2>=3.16 libedataserver-1.2>=3.5 gstreamer-1.0>=1.2 libnotify>=0.7.6 diff --git a/debian/control b/debian/control index e9f14ec..c2bc3a9 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: cmake, libglib2.0-dev (>= 2.35.4), libnotify-dev (>= 0.7.6), libgstreamer1.0-dev, - libecal1.2-dev (>= 3.5), + libecal1.2-dev (>= 3.16), libical-dev (>= 1.0), libedataserver1.2-dev (>= 3.5), liburl-dispatcher1-dev, diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp index 474bac5..f1c691e 100644 --- a/src/engine-eds.cpp +++ b/src/engine-eds.cpp @@ -263,6 +263,7 @@ private: g_debug("%s connecting a client to source %s", G_STRFUNC, source_uid); e_cal_client_connect(source, source_type, + -1, self->m_cancellable, on_client_connected, gself); -- cgit v1.2.3