mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 04:10:14 +01:00
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.
16 lines
558 B
PkgConfig
16 lines
558 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
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@
|
|
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
|