Re: [dpdk-dev] [PATCH v2] examples: skip example when missing dependencies

2021-11-10 Thread David Marchand
On Sat, Nov 6, 2021 at 6:54 PM David Marchand wrote: > > Trying to disable the vhost library, meson will complain it can't build > the vhost* and vdpa examples when passing -Dexamples=all. > > -Dexamples=all skips examples if the example itself announces it can't > be built (for external dependenc

[dpdk-dev] [PATCH v2] examples: skip example when missing dependencies

2021-11-06 Thread David Marchand
Trying to disable the vhost library, meson will complain it can't build the vhost* and vdpa examples when passing -Dexamples=all. -Dexamples=all skips examples if the example itself announces it can't be built (for external dependencies, internal dependencies and other reasons). Since examples/mes