[gdm/wip/slave-connection: 27/34] configure: Drop dbus-glib from daemon code



commit 6636c34c430346e557df24688a3e1171352303f6
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jul 7 01:16:48 2012 -0400

    configure: Drop dbus-glib from daemon code
    
    Now that the GDM daemon code is using GDBus,
    we don't need to pull in dbus-glib anymore.
    
    This commit removes the pkgconfig check for dbus-glib.
    
    Note, the fallback greeter and chooser still use dbus-glib.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5382967..bee9437 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,6 @@ AC_SUBST(COMMON_CFLAGS)
 AC_SUBST(COMMON_LIBS)
 
 PKG_CHECK_MODULES(DAEMON,
-        dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
         gobject-2.0 >= $GLIB_REQUIRED_VERSION
         gio-2.0 >= $GLIB_REQUIRED_VERSION
         gio-unix-2.0 >= $GLIB_REQUIRED_VERSION



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