Cryptodev and the libraries which depend on it can be made optional, as they can be disabled without breaking the build.
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> --- lib/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c1602e818a..099b0ed18a 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -80,6 +80,7 @@ optional_libs = [ 'bpf', 'cfgfile', 'compressdev', + 'cryptodev', 'distributor', 'dmadev', 'efd', @@ -89,6 +90,7 @@ optional_libs = [ 'gro', 'gso', 'ip_frag', + 'ipsec', 'jobstats', 'latencystats', 'member', @@ -105,6 +107,7 @@ optional_libs = [ 'regexdev', 'reorder', 'sched', + 'security', 'table', 'vhost', ] -- 2.39.2