diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-07-07 17:51:05 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-07-17 03:38:10 -0400 |
commit | 82ea3827d8cf5c3626b2736e89ac1a737928ced2 (patch) | |
tree | e2fe8ad7d6c39d3607d2996deca7fbea2fa3fac7 /configure.ac | |
parent | f1ddf8221fe08193cc73e8cc215edcc9ce3250fd (diff) | |
download | gdm-82ea3827d8cf5c3626b2736e89ac1a737928ced2.tar.gz |
configure: drop dbus-glib from common libs
While the daemon still uses dbus-glib, none of the bits
that rely on the common libs exclusively do anymore.
This commit drops the requirement from configure.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aea832b4..57d56dc3 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,6 @@ AC_SUBST(GTHREAD_CFLAGS) AC_SUBST(GTHREAD_LIBS) PKG_CHECK_MODULES(COMMON, - 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 |