With the unit test build now with individual per-file dependencies, we
can more easily expand the list of optional libraries. Add 8 new
libraries to the optional list.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
---
lib/meson.build | 8 ++++++++
1 file changed, 8 insertions(+)
@@ -69,25 +69,33 @@ libraries = [
optional_libs = [
'bbdev',
'bitratestats',
+ 'bpf',
'cfgfile',
'compressdev',
+ 'distributor',
'dmadev',
+ 'efd',
'eventdev',
'gpudev',
'graph',
'gro',
'gso',
+ 'ip_frag',
'jobstats',
'latencystats',
+ 'member',
'metrics',
'mldev',
'node',
+ 'pcapng',
'pdump',
'pipeline',
'port',
'power',
'rawdev',
'regexdev',
+ 'reorder',
+ 'sched',
'table',
'vhost',
]