> diff --git a/drivers/crypto/cnxk/meson.build
> b/drivers/crypto/cnxk/meson.build
> index ab45483..eea08fa 100644
> --- a/drivers/crypto/cnxk/meson.build
> +++ b/drivers/crypto/cnxk/meson.build
> @@ -13,6 +13,7 @@ sources = files(
> 'cn9k_cryptodev_ops.c',
> 'cn10k_cryptodev.c',
> 'cn10k_cryptodev_ops.c',
> + 'cn10k_ipsec.c',
> 'cnxk_cpt_ops_helper.c',
> 'cnxk_cryptodev.c',
> 'cnxk_cryptodev_capabilities.c',
> @@ -20,4 +21,4 @@ sources = files(
> 'cnxk_cryptodev_sec.c',
> )
>
> -deps += ['bus_pci', 'common_cnxk', 'security']
> +deps += ['bus_pci', 'common_cnxk', 'security', 'rte_net']
> --
This should be 'net' and not 'rte_net'.
Do we really need this dependency?