Mercurial > audlegacy
diff configure.ac @ 4533:6fd552b6e5db
Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus
support is enabled. Should close Debian bugreport #469055.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 10 May 2008 04:35:03 +0300 |
parents | a5377b724505 |
children | 956272f5935d |
line wrap: on
line diff
--- 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])