X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=meson_options.txt;h=d14bde892d3eab5861c2a493fc5ce8512c964486;hp=d38ba56e29d85653278f4a582eadb7c2866ea903;hb=96d7c62a70c7d636001de887f8b739a2be88d1b5;hpb=2b39bf0f75ab07851f61a298e0280da3d009a9b3 diff --git a/meson_options.txt b/meson_options.txt index d38ba56e29..d14bde892d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,7 @@ option('allow_invalid_socket_id', type: 'boolean', value: false, description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly') +option('enable_driver_mlx_glue', type: 'boolean', value: false, + description: 'Enable glue library for Mellanox PMDs') option('enable_kmods', type: 'boolean', value: true, description: 'build kernel modules') option('enable_docs', type: 'boolean', value: false,