On 7/12/2019 10:22 AM, Bruce Richardson wrote: > On Fri, Jul 12, 2019 at 10:06:51AM +0100, David Hunt wrote: >> Samples apps that depend on the power library should not build if >> the power library is not present. So now the following apps will >> check to see if it's built, else skip building. >> * l3fwd-pwer >> * vm_power_manager >> * guest_cli >> >> Fixes: e0130788576f ("examples/power: support meson/ninja build") >> Fixes: 89f0711f9ddf ("examples: build some samples with meson") >> Signed-off-by: David Hunt <david.h...@intel.com> >> --- >> examples/l3fwd-power/meson.build | 6 ++++-- >> examples/vm_power_manager/guest_cli/meson.build | 5 +++++ >> examples/vm_power_manager/meson.build | 10 +++++++--- >> 3 files changed, 16 insertions(+), 5 deletions(-) >> > > Looks ok to me. > Acked-by: Bruce Richardson <bruce.richard...@intel.com> >
Applied, thanks. (Applied quickly because it was causing failure in our CI for each patch.)