mbox series

[qemu,0/1,meson.build] Add conditional dependency for libkeyutils

Message ID 168471463402.18155.3575359027429939965-0@git.sr.ht (mailing list archive)
Headers show
Series Add conditional dependency for libkeyutils | expand

Message

~_6d6178667269747a May 22, 2023, 12:17 a.m. UTC
I have a patch that adds a conditional dependency for 'libkeyutils' in
the meson.build file to enhance the build system's flexibility. The
patch addresses the following issue:

If the dynamic library 'libkeyutils' is found by pkg-config, but one
attempts to build with static linkage, the build will fail, even if the
keyring feature is disabled and, therefore, the library is not needed.

Max Fritz (1):
  [meson.build] Add conditional dependency for libkeyutils

 meson.build | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)