summaryrefslogtreecommitdiff
path: root/dbus-1.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Let pkg-config expand directory variables recursivelyРуслан Ижбулатов2014-10-131-5/+8
| | | | | | | | | | | In particular this makes them more MinGW-friendly: pkg-config on Windows has specific code to rewrite the ${prefix} when installed in a different prefix. [add @datarootdir@, expand commit message -smcv] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75858
* When not producing a dynamic library, define DBUS_STATIC_BUILDSimon McVittie2012-06-151-1/+1
| | | | | | | | | | | | When targeting Windows, linking against the static library requires special effort to turn off DLL import/export processing. We normally link some things against the dynamic library, but if we're not building that, we'll have to link everything statically. Based on patches from 'william' on fd.o #46367. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33973 Tested-by: René Berber <Rene.Berber gmail com>
* Rename DBUS_CLIENT_LIBS to LIBDBUS_LIBS to more accurately reflect its meaningSimon McVittie2011-07-291-1/+1
| | | | | | This does still need to be in configure.ac, because it's common to dbus/Makefile.am (linking the static/shared library) and dbus-1*.pc.in (telling static library users which additional libraries they must link).
* dbus-1.pc.in: move -lpthread, -lrt, Winsock to Libs.privateSimon McVittie2011-04-261-1/+2
| | | | | | | "Private libraries are libraries which are not exposed through your library, but are needed in the case of static linking" -- pkg-config(1) Reviewed-by: Colin Walters <walters@verbum.org>
* pkg-config: add a couple of additional variables to .pcLennart Poettering2010-06-231-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.
* * dbus-1.pc.in: add daemondir to pc fileJohn (J5) Palmieri2007-05-101-0/+1
| | | | patch from Brian Cameron
* * configure.in, dbus-1.pc.in: Check to see if thread methodsJohn (J5) Palmieri2006-10-261-1/+1
| | | | | are in glibc or libpthread and add -lpthread to the link stage if it is the latter
* Patch from Milosz Derezynski <internalerror at gmail.com>John (J5) Palmieri2006-03-171-0/+1
| | | | | | | | * configure.in: Output the service directory in the configure summary * dbus-1.pc.in: Add session_bus_services_dir
* * Integrate patches from Lennart Poettering <mzsqb at 0pointer.de>:John (J5) Palmieri2005-09-261-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-29 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-04-291-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