mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-28 11:10:41 +02:00
dbus: Only use compile flags from valgrind, not libraries
Recent versions of valgrind have library code, which we don't need (or want) to link to; all we actually want is <valgrind.h> and <memcheck.h>. I had hoped that this would suppress the Requires.private when generating our .pc file, but it doesn't seem to. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
64711328ec
commit
b228b478a4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ dbus_dependencies = [
|
|||
threads,
|
||||
network_libs,
|
||||
systemd,
|
||||
valgrind,
|
||||
valgrind.partial_dependency(compile_args: true),
|
||||
]
|
||||
|
||||
# source code that goes in the installed client library
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue