From: Simon McVittie Date: Mon, 27 Jun 2022 17:28:29 +0000 (+0100) Subject: dbus: Only use compile flags from valgrind, not libraries X-Git-Tag: dbus-1.15.0~32^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b228b478a4b43aeb61406c8879baa69604fb0fbf;p=thirdparty%2Fdbus.git 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 and . 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 --- diff --git a/dbus/meson.build b/dbus/meson.build index 93ef61904..a4342d2dd 100644 --- a/dbus/meson.build +++ b/dbus/meson.build @@ -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