Skip to content

Commit

Permalink
build: expand list of optional libraries
Browse files Browse the repository at this point in the history
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>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
bruce-richardson authored and ovsrobot committed Aug 14, 2023
1 parent 81e5981 commit 30a195f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit 30a195f

Please sign in to comment.