Re: [libvirt PATCH 13/20] meson: switch checks to depend on json-c instead of yajl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Aug 14, 2024 at 23:40:28 +0200, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>
> ---
>  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.




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux