GNOME Bugzilla – Bug 622902
Migrate from dbus-glib to glib's GDBus
Last modified: 2010-10-14 15:33:27 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib. See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html . According to a quick grep this module seems to use dbus-glib: ./brasero/configure.in: dbus-glib-1 >= $DBUS_REQUIRED)
dbus-glib was removed before 2.32.0 so fixed in git and gnome-2-32 branch. Thanks