summaryrefslogtreecommitdiff
path: root/dbus-1.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2010-06-23pkg-config: add a couple of additional variables to .pcLennart Poettering1-2/+3
We already export the session services dir in the .pc file, add the system services dir too, as well as the interfaces dir, so that packages can drop their files into the right place. Eventually we need to move the system-services dir to a place that is relocatable to /lib/dbus, and this change makes the location queriable for other projects, as a first step towards that goal.
2007-05-10* dbus-1.pc.in: add daemondir to pc fileJohn (J5) Palmieri1-0/+1
patch from Brian Cameron
2006-10-26* configure.in, dbus-1.pc.in: Check to see if thread methodsJohn (J5) Palmieri1-1/+1
are in glibc or libpthread and add -lpthread to the link stage if it is the latter
2006-03-17Patch from Milosz Derezynski <internalerror at gmail.com>John (J5) Palmieri1-0/+1
* configure.in: Output the service directory in the configure summary * dbus-1.pc.in: Add session_bus_services_dir
2005-09-26* Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:John (J5) Palmieri1-0/+2
- 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
2003-04-292003-04-29 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+11
* dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation