GNOME Bugzilla – Bug 301153
epiphany fails to build with dbus 0.3x and --enable-dbus
Last modified: 2005-06-05 16:44:16 UTC
Distribution/Version: Ubuntu The api has changed sufficiently to mean that a simple rebuild is not enough; this patch is a naive update to allow epiphany to build and run correctly.
Created attachment 45426 [details] [review] Patch to update dbus code to 0.3
Confirming. Thanks for the patch! Since not everyone (in fact, almost no one) has dbus 0.3 yet, I want to maintain compatibility with dbus 0.2 until dbus 0.3 is common. So this needs to use a configure check for the API version, and #ifdef the code.
I've added a configure check and applied the patch with conditionals added. Can you please confirm that it works on DBUS 0.3x? Thanks.