[vinagre] build: dbus-glib is only required for telepathy



commit ada1906600081e2506d1c524790a23f1aff361fc
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Wed Feb 23 02:23:24 2011 +0100

    build: dbus-glib is only required for telepathy

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index be20116..d0b45a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,6 @@ PKG_CHECK_MODULES(VINAGRE, \
   gthread-2.0 >= $GTHREAD_REQUIRED \
   gnome-keyring-1 \
   libxml-2.0 >= $XML_REQUIRED \
-  dbus-glib-1 \
   libpeas-1.0 >= $PEAS_REQUIRED \
   libpeas-gtk-1.0 >= $PEAS_REQUIRED
 )
@@ -187,6 +186,7 @@ AC_ARG_ENABLE(telepathy,
 if test "x$enable_telepathy" != "xno"; then
    PKG_CHECK_MODULES(TELEPATHY,
    [
+      dbus-glib-1 \
       telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
    ], have_telepathy="yes", have_telepathy="no")
    if test "x$have_telepathy" = "xyes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]