From 9ad0aafe37b87ddc5d9e885df481b2331fbc5597 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 26 Sep 2005 18:49:53 +0000 Subject: * Integrate patches from Lennart Poettering : - dbus/dbus-bus.c (internal_bus_get): new method that take over the heavy lifting of dbus_bus_get and adds the ability to get a private connection to the bus (dbus_bus_get): wrapper to internal_bus_get that provides the same interface as in previous versions (dbus_bus_get_private): new method that is a wrapper to internal_bus_get to get a private connection to the bus - dbus/dbus-bus.h (dbus_bus_get_private): add as a public libdbus interface - dbus-1.pc.in: output system_bus_default_address and sysconfdir variables so apps can use them when compiling --- dbus-1.pc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus-1.pc.in') diff --git a/dbus-1.pc.in b/dbus-1.pc.in index 1b535ba2..e243ec92 100644 --- a/dbus-1.pc.in +++ b/dbus-1.pc.in @@ -2,6 +2,8 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@ +sysconfdir=@EXPANDED_SYSCONFDIR@ Name: dbus Description: Free desktop message bus -- cgit