From ffd26a2443ec593d9c3ec750136d83a10cf60009 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 29 Jun 2010 14:03:21 -0400 Subject: Use the correct evolution-shell pkg-config file. evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd8d0aebfc..a1bf33759a 100644 --- a/configure.ac +++ b/configure.ac @@ -90,6 +90,8 @@ if test "x${enable_gtk3}" = "xyes"; then clutter_gtk_minimum_version="1.0" gtkimageview_minimum_version="2.0" gweather_minimum_version="2.90.0" + + EVOLUTION_SHELL="evolution-shell-3.0" else LIBEDATASERVERUI="libedataserverui-1.2" @@ -118,6 +120,8 @@ else gtkimageview_minimum_version="1.6" gweather_minimum_version="2.25.3" libnotify_minimum_version="0.3.0" + + EVOLUTION_SHELL="evolution-shell" fi AC_SUBST(GTKHTML_EDITOR) @@ -126,6 +130,7 @@ AC_SUBST(GTKHTML) AC_SUBST(UNIQUE) AC_SUBST(GNOME_DESKTOP) AC_SUBST(LIBEDATASERVERUI) +AC_SUBST(EVOLUTION_SHELL) AM_CONDITIONAL([ENABLE_GTK3], [test "$enable_gtk3" = yes]) dnl ****************************** -- cgit