[tracker] configure.ac: Add dependency on camel-1.2's .pc
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] configure.ac: Add dependency on camel-1.2's .pc
- Date: Tue, 15 Feb 2011 14:30:18 +0000 (UTC)
commit 26536f72cd0424d5243f689ed4055386adedbf9e
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Feb 15 15:29:46 2011 +0100
configure.ac: Add dependency on camel-1.2's .pc
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 58f314c..5874bde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,6 +188,7 @@ LIBGSF_REQUIRED=1.13
EXEMPI_REQUIRED=2.1.0
EVO_REQUIRED=2.31.2
EDS_REQUIRED=2.31.2
+CAMEL_REQUIRED=2.31.2
# Unlikely version for now, Nepomuk integration isn't finished in streamanalyzer atm
LIBSTREAMANALYZER_REQUIRED=0.7.0
GEE_REQUIRED=0.3
@@ -347,7 +348,8 @@ evolution_plugin_name="evolution-plugin"
TRACKER_MINER_EVOLUTION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
evolution-plugin >= $EVO_REQUIRED
- evolution-data-server-1.2 >= $EDS_REQUIRED"
+ evolution-data-server-1.2 >= $EDS_REQUIRED
+ camel-1.2 >= $CAMEL_REQUIRED"
PKG_CHECK_MODULES(TRACKER_MINER_EVOLUTION, [$TRACKER_MINER_EVOLUTION_REQUIRED],
[have_tracker_miner_evolution=yes],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]