mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 12:40:16 +01:00
* dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation
11 lines
241 B
PkgConfig
11 lines
241 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: dbus
|
|
Description: Free desktop message bus
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ldbus-1
|
|
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
|
|
|