[evolution-data-server] Fix E_DATA_SERVER_UI_DEPS.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix E_DATA_SERVER_UI_DEPS.
- Date: Tue, 29 Jun 2010 13:56:21 +0000 (UTC)
commit e76431165efaa00ea73a1b307c01af063bbcc9b9
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jun 29 09:16:50 2010 -0400
Fix E_DATA_SERVER_UI_DEPS.
Was hardcoding gtk+-2.0 instead of using $GTK_PACKAGE.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 418388f..6138ce2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1192,7 +1192,7 @@ AC_SUBST(E_DATA_SERVER_LIBS)
dnl ******************************
dnl libedataserverui
dnl ******************************
-E_DATA_SERVER_UI_DEPS="gtk+-2.0 libxml-2.0 gobject-2.0 gthread-2.0 gconf-2.0 $GNOME_KEYRING_REQUIREMENT"
+E_DATA_SERVER_UI_DEPS="$GTK_PACKAGE libxml-2.0 gobject-2.0 gthread-2.0 gconf-2.0 $GNOME_KEYRING_REQUIREMENT"
EVO_SET_COMPILE_FLAGS(E_DATA_SERVER_UI, $E_DATA_SERVER_UI_DEPS, , )
AC_SUBST(E_DATA_SERVER_UI_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]