X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=56bdfd0f0a33626f9c4051624932c70491eea16d;hb=50cc92dde839ba7904b7ffa3aa0bb7b1a8e0e8c5;hp=229e936dc43167965e16b420a9747531851fab87;hpb=8dcb898c65b76fbd6f4b4aca634290311679390f;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 229e936dc4..56bdfd0f0a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,6 +6,8 @@ option('developer_mode', type: 'feature', description: 'turn on additional build checks relevant for DPDK developers') option('disable_drivers', type: 'string', value: '', description: 'Comma-separated list of drivers to explicitly disable.') +option('disable_libs', type: 'string', value: '', description: + 'Comma-separated list of libraries to explicitly disable. [NOTE: not all libs can be disabled]') option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-', description: 'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.') option('enable_docs', type: 'boolean', value: false, description: