summaryrefslogtreecommitdiff
path: root/dbus-1.pc.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-23 03:14:27 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-23 03:14:27 +0200
commitbd074df3f059669a71d70a809eb82bf1afb376de (patch)
treecceefb2e0b4347d92d1a92a76601901162bac959 /dbus-1.pc.in
parent5d64b7a1b792789fd1d41ad99624b578dddcf4b4 (diff)
downloaddbus-bd074df3f059669a71d70a809eb82bf1afb376de.tar.gz
pkg-config: add a couple of additional variables to .pc
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.
Diffstat (limited to 'dbus-1.pc.in')
-rw-r--r--dbus-1.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus-1.pc.in b/dbus-1.pc.in
index 866f81ce..e3e63c4f 100644
--- a/dbus-1.pc.in
+++ b/dbus-1.pc.in
@@ -5,11 +5,12 @@ includedir=@includedir@
system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
sysconfdir=@EXPANDED_SYSCONFDIR@
session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services
+system_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/system-services
+interfaces_dir=@EXPANDED_DATADIR@/dbus-1/interfaces
daemondir=@DBUS_DAEMONDIR@
Name: dbus
Description: Free desktop message bus
Version: @VERSION@
-Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
+Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
-