On Fri, 2019-04-26 at 17:50 +0100, Bruce Richardson wrote: > The examples/meson.build file scanned the filesystem to find all > examples > to build (for examples=all option) and install. However, using > run_command > and scanning the filesystem prevented ninja from properly detecting > the > addition or removal of any examples - one had to recreate the build > directory from scratch to guarantee correct detection of all > examples. This > patch replaces this generated list with a static list of examples, > thereby > allowing proper tracking by ninja/meson, but at the cost of having to > update this file when a new example is added or removed. > > Signed-off-by: Bruce Richardson < > bruce.richard...@intel.com > > > --- > examples/meson.build | 31 ++++++++++++++++++++++++++++--- > 1 file changed, 28 insertions(+), 3 deletions(-)
Acked-by: Luca Boccassi <bl...@debian.org> -- Kind regards, Luca Boccassi