]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
examples: build some samples with meson
[dpdk.git] / meson_options.txt
index 29b548f5a06d0ca14fed6357daa12992fe5a5b12..f2558feca3553362053b3855ef870d8d2c47ba0f 100644 (file)
@@ -2,6 +2,8 @@ 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_kmods', type: 'boolean', value: true,
        description: 'build kernel modules')
+option('examples', type: 'string', value: '',
+       description: 'Comma-separated list of examples to build by default')
 option('include_subdir_arch', type: 'string', value: '',
        description: 'subdirectory where to install arch-dependent headers')
 option('kernel_dir', type: 'string', value: '',