mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 09:18:12 +02:00
Merge branch 'dbus-1.4'
This commit is contained in:
commit
3eac3d3e6d
3 changed files with 25 additions and 0 deletions
7
NEWS
7
NEWS
|
|
@ -15,6 +15,13 @@ Changes:
|
|||
|
||||
• Don't force -fPIE: distributions and libtool know better than we do whether
|
||||
it's desirable (fd.o #16621, fd.o #27215; Simon McVittie)
|
||||
• Allow --disable-gc-sections, in case your toolchain offers the
|
||||
-ffunction-sections, -fdata-sections and -Wl,--gc-sections options
|
||||
but they're broken, as seen on Solaris (fd.o #33466, Simon McVittie)
|
||||
• Install dbus-daemon and dbus-daemon-launch-helper in a more normal way
|
||||
(fd.o #14512; Simon McVittie, loosely based on a patch from Luca Barbato)
|
||||
• Ensure that maintainers upload documentation with the right permissions
|
||||
(fd.o #36130, Simon McVittie)
|
||||
|
||||
D-Bus 1.5.0 (2011-04-11)
|
||||
==
|
||||
|
|
|
|||
|
|
@ -1627,6 +1627,7 @@ test/name-test/Makefile
|
|||
doc/Makefile
|
||||
doc/dbus-daemon.1
|
||||
dbus-1.pc
|
||||
dbus-1-uninstalled.pc
|
||||
test/data/valid-config-files/debug-allow-all.conf
|
||||
test/data/valid-config-files/debug-allow-all-sha1.conf
|
||||
test/data/valid-config-files-system/debug-allow-all-pass.conf
|
||||
|
|
|
|||
17
dbus-1-uninstalled.pc.in
Normal file
17
dbus-1-uninstalled.pc.in
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
abs_top_builddir=@abs_top_builddir@
|
||||
abs_top_srcdir=@abs_top_srcdir@
|
||||
prefix=
|
||||
exec_prefix=
|
||||
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 (uninstalled copy)
|
||||
Version: @VERSION@
|
||||
Libs: ${abs_top_builddir}/dbus/libdbus-1.la
|
||||
Libs.private: @DBUS_CLIENT_LIBS@
|
||||
Cflags: -I${abs_top_srcdir}
|
||||
Loading…
Add table
Reference in a new issue