mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-26 19:00:29 +01:00
Someone seems to have merged part of master into 1.4. Again. Let's go back to the "last known good" point (the branch-point of some 1.4 branches I had locally), then we can cherry-pick the changes that should have gone in.
17 lines
568 B
PkgConfig
17 lines
568 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
|
|
Libs.private: @LIBDBUS_LIBS@
|
|
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
|