# HG changeset patch # User Matti Hamalainen # Date 1210383303 -10800 # Node ID 6fd552b6e5db41452ccb3108834a4ca28a3a823d # Parent 97b29dec6c6b698f2ce31c09213fc4999c556ea2 Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus support is enabled. Should close Debian bugreport #469055. diff -r 97b29dec6c6b -r 6fd552b6e5db configure.ac --- a/configure.ac Thu May 08 22:49:52 2008 +0200 +++ b/configure.ac Sat May 10 04:35:03 2008 +0300 @@ -159,6 +159,8 @@ if test "x$DBUS_BINDING_TOOL" = "xno" || test "x$GLIB_GENMARSHAL" = "xno" || test "x$enable_dbus" = "xno" ; then enable_dbus="no" else + ADD_PC_REQUIRES([dbus-1 >= 0.60]) + ADD_PC_REQUIRES([dbus-glib-1 >= 0.60]) AC_DEFINE([USE_DBUS], 1, [Define if D-Bus support enabled]) AC_DEFINE([DBUS_SERVICES_DIR], "$datadir/dbus-1/services", [Location of D-Bus services directory])