mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 03:30:07 +01:00
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
20 lines
633 B
PkgConfig
20 lines
633 B
PkgConfig
abs_top_builddir=@abs_top_builddir@
|
|
abs_top_srcdir=@abs_top_srcdir@
|
|
prefix=
|
|
exec_prefix=
|
|
bindir=@bindir@
|
|
system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
sysconfdir=@sysconfdir@
|
|
session_bus_services_dir=${datadir}/dbus-1/services
|
|
system_bus_services_dir=${datadir}/dbus-1/system-services
|
|
interfaces_dir=${datadir}/dbus-1/interfaces
|
|
daemondir=@dbus_daemondir@
|
|
|
|
Name: dbus
|
|
Description: Free desktop message bus (uninstalled copy)
|
|
Version: @VERSION@
|
|
Libs: ${abs_top_builddir}/dbus/libdbus-1.la
|
|
Libs.private: @LIBDBUS_LIBS@
|
|
Cflags: -I${abs_top_srcdir} @DBUS_STATIC_BUILD_CPPFLAGS@
|