aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2010-03-04 04:30:24 +0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2010-08-25 09:48:10 +0800
commit05166126df1b96b26a7fb2c9eb6c344214878371 (patch)
tree85b51d6bad95076fbf3954d62fd1cd15416ba8ca /configure.ac
parent3b8d776ba062864878dc5901f080bccbdd440c7e (diff)
downloadgsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.gz
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.bz2
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.lz
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.xz
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.zst
gsoc2013-empathy-05166126df1b96b26a7fb2c9eb6c344214878371.zip
allow building empathy without eds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 12 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4fb6e6cf..208fcbff2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,6 @@ PKG_CHECK_MODULES(EMPATHY,
gobject-2.0
gstreamer-0.10
gstreamer-interfaces-0.10
- libebook-1.2
libxml-2.0
telepathy-farsight >= $TELEPATHY_FARSIGHT_REQUIRED
telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
@@ -168,6 +167,17 @@ PKG_CHECK_MODULES(EMPATHY,
])
# -----------------------------------------------------------
+# evolution-data-server (about-me)
+# -----------------------------------------------------------
+AC_ARG_WITH(eds,
+ AC_HELP_STRING([--with-eds], [build with evolution-data-server support]),,
+ [with_eds=yes])
+if test x"$with_eds" = x"yes" ; then
+ PKG_CHECK_MODULES(EDS, [libebook-1.2])
+ AC_DEFINE(HAVE_EDS, 1, [Define if we have libebook])
+fi
+
+# -----------------------------------------------------------
# GTK+
# -----------------------------------------------------------
AC_ARG_ENABLE(gtk3,
@@ -568,4 +578,5 @@ Configure summary:
Extras:
Nautilus-sendto plugin......: ${have_nst}
+ Salut E-D-S support.........: ${with_eds}
"