
19 Aug
2024
19 Aug
'24
2:21 p.m.
On Wed, Aug 14, 2024 at 23:40:28 +0200, Ján Tomko wrote:
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- meson.build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
[...]
@@ -2027,9 +2027,9 @@ endif
if not get_option('nss').disabled() use_nss = true - if not yajl_dep.found() + if not json_c_dep.found() if get_option('nss').enabled() - error('Can\'t build nss plugin without yajl') + error('Can\'t build nss plugin without json-c') else use_nss = false endif
At least this will need to be part of the patch that refactors the parsing in the NSS modules.