aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-06-02 16:12:13 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-06-02 16:12:13 +1200
commit32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9 (patch)
tree9c0a8bfebb263a6cdb26a9709b5e1078e9079b5c
parent854ca59995e4e9364d68be8c9ad93e05995e8577 (diff)
downloadayatana-indicator-datetime-32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9.tar.gz
ayatana-indicator-datetime-32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9.tar.bz2
ayatana-indicator-datetime-32ebc44249a2ce81bfa3eff39f31e9ae8eb28ef9.zip
Build against libecal 3.16
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/control2
-rw-r--r--src/engine-eds.cpp1
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);