]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
net/bnxt: support runtime queue setup
[dpdk.git] / meson_options.txt
index 229e936dc43167965e16b420a9747531851fab87..56bdfd0f0a33626f9c4051624932c70491eea16d 100644 (file)
@@ -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-<VERSION>', description:
        'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.')
 option('enable_docs', type: 'boolean', value: false, description: