Skip to content

Commit

Permalink
meson: only enable required libs
Browse files Browse the repository at this point in the history
We don't use all DPDK libraries. Only enable the ones that we need.

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jun 20, 2024
1 parent a3aab94 commit 31fe01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dpdk_dep = dependency(
'enable_kmods=false',
'tests=false',
'enable_drivers=net/virtio,net/vhost,net/i40e,net/ice,*/iavf,net/null,net/tap,*/mlx5,bus/auxiliary',
'disable_libs=table,bpf',
'enable_libs=graph,hash,fib,rib,pcapng,gso,vhost,cryptodev,dmadev',
'disable_apps=*',
'enable_docs=false',
'developer_mode=disabled',
Expand Down

0 comments on commit 31fe01e

Please sign in to comment.