
dbus C has the same feature this enables distribution package creators easier to provide all mainloop integrations without getting to much deps for dbus-c++
11 lines
273 B
PkgConfig
11 lines
273 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE@
|
|
Description: Native C++ bindings for D-Bus
|
|
Requires: dbus-1
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ldbus-c++-1
|
|
Cflags: -I${includedir}/dbus-c++-1 -DDBUS_API_SUBJECT_TO_CHANGE
|