[dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency
Bruce Richardson
bruce.richardson at intel.com
Fri Jul 12 11:22:28 CEST 2019
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.hunt at 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.richardson at intel.com>
More information about the dev
mailing list