mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 09:20:16 +01:00
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>
17 lines
597 B
PkgConfig
17 lines
597 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 @DBUS_STATIC_BUILD_CPPFLAGS@
|