[nautilus-sendto/gnome-3-6] evolution: Drop unnecessary libedataserverui dependency.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto/gnome-3-6] evolution: Drop unnecessary libedataserverui dependency.
- Date: Thu, 8 Nov 2012 13:15:07 +0000 (UTC)
commit 39232de05e68caa377d5f8063ac51105dfa6694e
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Nov 8 08:11:54 2012 -0500
evolution: Drop unnecessary libedataserverui dependency.
https://bugzilla.gnome.org/show_bug.cgi?id=687198
configure.in | 2 +-
src/plugins/evolution/evolution.c | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index f161291..a3fd1bb 100644
--- a/configure.in
+++ b/configure.in
@@ -137,7 +137,7 @@ for plugin in ${used_plugins}; do
case ${plugin} in
evolution)
- PKG_CHECK_MODULES(NST_EBOOK, libebook-1.2 >= $EBOOK_REQUIRED libedataserverui-3.0,
+ PKG_CHECK_MODULES(NST_EBOOK, libebook-1.2 >= $EBOOK_REQUIRED,
enable_evolution=yes, enable_evolution=no)
if test "${enable_evolution}" != "yes" ; then
plugin_error "you need libebook from evolution-data-server to build the Evolution plugin"
diff --git a/src/plugins/evolution/evolution.c b/src/plugins/evolution/evolution.c
index e94c8f3..623483e 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -26,7 +26,6 @@
#include <e-contact-entry.h>
#include <glib/gi18n-lib.h>
#include <string.h>
-#include <libedataserverui/libedataserverui.h>
#include "nautilus-sendto-plugin.h"
#define CONTACT_FORMAT "%s <%s>"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]