Skip to content

dbus services directory incorrect if the prefix is not '/usr' (#92)

John Barleycorn requested to merge (removed):master into master

Building gcr on a Linux system using a prefix of anything other than '/usr' results in the dbus services files being written to '${prefix}/share/dbus-1/services', not where dbus will actually find them (i.e. /usr/share/dbus-1/services). Look for the variable 'session_bus_services_dir' from the dbus-1.pc file and use that if available. Also, add an override parameter, just in case.

Merge request reports