[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH qemu 0/1] [meson.build] Add conditional dependency for libkeyutil
From: |
~_6d6178667269747a |
Subject: |
[PATCH qemu 0/1] [meson.build] Add conditional dependency for libkeyutils |
Date: |
Mon, 22 May 2023 00:17:14 +0000 |
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(-)
--
2.38.4
- [PATCH qemu 0/1] [meson.build] Add conditional dependency for libkeyutils,
~_6d6178667269747a <=