On Tue, Nov 10, 2020 at 6:08 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > By installing the examples one-by-one in a loop in the examples > meson.build file we effectively flatted out the structure of the examples
flattened* > folder and omitted some common and shared subfolders that were never > directly built. Instead, we can remove the loop and just have the whole > "examples" folder installed as-is in a single statement, preserving its > directory structure, and thereby fixing the build of a number of the > examples. It seems wrong to provide all examples without looking at all_examples. We would provide examples that can't link against the available dpdk libraries. -- David Marchand