GNOME Bugzilla – Bug 582096
build: check dbus interfaces under the right $prefix, and allow.
Last modified: 2009-06-01 14:20:03 UTC
This fix the build under a non /usr prefix installation. It also let you choose where are the DBus introspect xml files. Note the guessing is hackish, but a small pending patch in DBus will probably help.
Created attachment 134366 [details] [review] build: check dbus interfaces under the right $prefix, and allow.
Thanks, patch worked perfectly for me. I assume the pending patch to dbus is to add a session_dbus_interfaces_dir variable?
it adds default_interfaces_dir. I didn't see the point of having session/system for interfaces :) +default_interfaces_dir=@EXPANDED_DATADIR@/dbus-1/interfaces
It's actually supposed to work this way, see bug 581515 for why. *** This bug has been marked as a duplicate of 581515 ***