Re: [PATCH qemu 1/1] [meson.build] Add conditional dependency for libkeyutils

2023-05-31 Thread Thomas Huth
On 22/05/2023 02.12, ~_6d6178667269747a wrote: From: Max Fritz This modification enables better control over the inclusion of libkeyutils based on the configuration, enhancing the flexibility of the build system. Signed-off-by: Max Fritz --- meson.build | 7 +-- 1 file changed, 5 inser

Re: [PATCH qemu 1/1] [meson.build] Add conditional dependency for libkeyutils

2023-05-26 Thread Daniel P . Berrangé
On Mon, May 22, 2023 at 02:12:02AM +0200, ~_6d6178667269747a wrote: > From: Max Fritz > > This modification enables better control over the inclusion of libkeyutils > based on the configuration, enhancing the flexibility of the build system. > > Signed-off-by: Max Fritz > --- > meson.build | 7

Re: [PATCH qemu 1/1] [meson.build] Add conditional dependency for libkeyutils

2023-05-26 Thread Thomas Huth
Hi! On 22/05/2023 02.12, ~_6d6178667269747a wrote: There is something weird with your setup (sender name is "~_6d6178667269747a" ?) From: Max Fritz This modification enables better control over the inclusion of libkeyutils based on the configuration, enhancing the flexibility of the build

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

2023-05-21 Thread ~_6d6178667269747a
From: Max Fritz This modification enables better control over the inclusion of libkeyutils based on the configuration, enhancing the flexibility of the build system. Signed-off-by: Max Fritz --- meson.build | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meson.build