Re: [PATCH] meson.build: Make keyutils independent from keyring

2023-09-22 Thread Thomas Huth
On 07/09/2023 21.57, Michael Tokarev wrote: 24.08.2023 12:42, Thomas Huth wrote: Commit 0db0fbb5cf ("Add conditional dependency for libkeyutils") tried to provide a possibility for the user to disable keyutils if not required by makeing it depend on the keyring feature. This looked reasonable at

Re: [PATCH] meson.build: Make keyutils independent from keyring

2023-09-08 Thread Daniel P . Berrangé
On Thu, Aug 24, 2023 at 11:42:08AM +0200, Thomas Huth wrote: > Commit 0db0fbb5cf ("Add conditional dependency for libkeyutils") > tried to provide a possibility for the user to disable keyutils > if not required by makeing it depend on the keyring feature. This > looked reasonable at a first glance

Re: [PATCH] meson.build: Make keyutils independent from keyring

2023-09-07 Thread Michael Tokarev
24.08.2023 12:42, Thomas Huth wrote: Commit 0db0fbb5cf ("Add conditional dependency for libkeyutils") tried to provide a possibility for the user to disable keyutils if not required by makeing it depend on the keyring feature. This looked reasonable at a first glance (the unit test in tests/unit/

[PATCH] meson.build: Make keyutils independent from keyring

2023-08-24 Thread Thomas Huth
Commit 0db0fbb5cf ("Add conditional dependency for libkeyutils") tried to provide a possibility for the user to disable keyutils if not required by makeing it depend on the keyring feature. This looked reasonable at a first glance (the unit test in tests/unit/ needs both), but the condition in meso