[evolution-exchange] Use libedataserverui-3.0 when building against gtk+-3.0.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange] Use libedataserverui-3.0 when building against gtk+-3.0.
- Date: Tue, 29 Jun 2010 18:20:47 +0000 (UTC)
commit c8707942650ceb5eb63ed02b4e2b67b806a88ada
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jun 29 13:53:41 2010 -0400
Use libedataserverui-3.0 when building against gtk+-3.0.
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 12e3a92..a9baa97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ if test "x${enable_gtk3}" = "xyes"; then
EVOLUTION_PLUGIN_PK="evolution-plugin-3.0"
EVOLUTION_MAIL_PK="evolution-mail-3.0"
EVOLUTION_SHELL_PK="evolution-shell-3.0"
+ LIBEDATASERVERUI_PK="libedataserverui-3.0"
else
GTK="gtk+-2.0"
gtk_minimum_version="2.20.0"
@@ -44,6 +45,7 @@ else
EVOLUTION_PLUGIN_PK="evolution-plugin"
EVOLUTION_MAIL_PK="evolution-mail"
EVOLUTION_SHELL_PK="evolution-shell"
+ LIBEDATASERVERUI_PK="libedataserverui-1.2"
fi
dnl *********************************************************************
@@ -171,7 +173,7 @@ PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER,
[libebook-1.2 >= eds_minimum_version
libecal-1.2 >= eds_minimum_version
libedataserver-1.2 >= eds_minimum_version
- libedataserverui-1.2 >= eds_minimum_version
+ $LIBEDATASERVERUI_PK >= eds_minimum_version
libedata-book-1.2 >= eds_minimum_version
libedata-cal-1.2 >= eds_minimum_version
libegroupwise-1.2 >= eds_minimum_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]