summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-07-07 01:16:48 -0400
committerRay Strode <rstrode@redhat.com>2012-07-17 04:14:56 -0400
commit982e196311fae009252cbd85cc6d5f7db4b2a17f (patch)
tree239857be98e49179cbd06c5504febcfd321da7a5
parent00c37b0cd5c8b34f752ec6b0ba70879a875e5fc2 (diff)
downloadgdm-982e196311fae009252cbd85cc6d5f7db4b2a17f.tar.gz
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04d5e303..3b310413 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