[gnome-calendar] Required updated version of libical.
- From: Erick PÃrez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] Required updated version of libical.
- Date: Thu, 23 Aug 2012 13:45:01 +0000 (UTC)
commit 83659ce09835aade4175948f462ff9702e4dc3ba
Author: Erick PÃrez Castellanos <erick red gmail com>
Date: Wed Aug 22 00:58:54 2012 -0400
Required updated version of libical.
Required an updated version of libical in order to get the right headers.
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 77369dd..962cb25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,6 +74,7 @@ CLUTTER_GTK_MIN_VERSION=1.2
ECAL_REQUIRED=3.5.3
EDATASERVER_REQUIRED=3.5.3
EDATASERVERUI_REQUIRED=3.5.3
+LIBICAL_REQUIRED=0.43
PKG_CHECK_MODULES(CALENDAR,
glib-2.0 >= $GLIB_MIN_VERSION
@@ -82,7 +83,8 @@ PKG_CHECK_MODULES(CALENDAR,
clutter-gtk-1.0 >= CLUTTER_GTK_MIN_VERSION
libecal-1.2 >= $ECAL_REQUIRED
libedataserver-1.2 >= EDATASERVER_REQUIRED
- libedataserverui-3.0 >= EDATASERVERUI_REQUIRED)
+ libedataserverui-3.0 >= EDATASERVERUI_REQUIRED
+ libical >= $LIBICAL_REQUIRED)
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]