On Wed, Nov 11, 2020 at 03:56:47PM +0000, Bruce Richardson wrote: > Rather than just installing all examples, we can use the build checks to > filter out any examples that are missing dependencies or are otherwise > unbuildable on the current system. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- > examples/meson.build | 54 +++++++++++++++++++++++++++----------------- > meson.build | 2 ++ > 2 files changed, 35 insertions(+), 21 deletions(-) > This seems to have broken the windows builds because we now process all the examples meson.build file, even if not asked to build them. l2fwd-keepalive has a mandatory, unconditional dependency on librt, which needs to be made optional.
Based on that, V3 pending...