mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
meson: add adt_libs to libdbus dependencies
Needed when building with support for Solaris audit API, otherwise
linking fails with:
Undefined first referenced
symbol in file
adt_export_session_data dbus/libdbus-1.so.3.38.1.p/dbus-sysdeps-unix.c.o
adt_start_session dbus/libdbus-1.so.3.38.1.p/dbus-sysdeps-unix.c.o
adt_end_session dbus/libdbus-1.so.3.38.1.p/dbus-sysdeps-unix.c.o
adt_set_from_ucred dbus/libdbus-1.so.3.38.1.p/dbus-sysdeps-unix.c.o
Fixes: cd2e3826 ("Add Meson build system")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
274c16589f
commit
78fc81f5cf
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
dbus_dependencies = [
|
||||
threads,
|
||||
adt_libs,
|
||||
network_libs,
|
||||
systemd,
|
||||
valgrind.partial_dependency(compile_args: true),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue