diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2007-05-10 15:33:57 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2007-05-10 15:33:57 +0000 |
commit | 90e35e17e5b0f50f7f4a4dd6452fbf66fc93ed47 (patch) | |
tree | 1b21e9e504bbd80371ef9572dc0dd75422cb0ae2 | |
parent | e600d78e41511e8fbaf20cc1c2d3ddac97cbf3e0 (diff) |
* dbus-1.pc.in: add daemondir to pc file
patch from Brian Cameron
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dbus-1.pc.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-10 John (J5) Palmieri <johnp@redhat.com> + + * dbus-1.pc.in: add daemondir to pc file + patch from Brian Cameron <brian.cameron at sun.com> + 2007-05-04 Simon McVittie <simon.mcvittie@collabora.co.uk> * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local diff --git a/dbus-1.pc.in b/dbus-1.pc.in index 889f72d5..866f81ce 100644 --- a/dbus-1.pc.in +++ b/dbus-1.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@ sysconfdir=@EXPANDED_SYSCONFDIR@ session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services +daemondir=@DBUS_DAEMONDIR@ Name: dbus Description: Free desktop message bus |