Re: [dpdk-dev] [PATCH v3 6/8] examples/power: add meson/ninja build support

2018-09-14 Thread Bruce Richardson
On Fri, Sep 14, 2018 at 02:54:04PM +0100, David Hunt wrote: > Add meson.build in vm_power_manager and the guest_cli subdirectory. > Building can be achieved by going to the build directory, and using > > meson configure -Dexamples=vm_power_manager,vm_power_manager/guest_cli > > Then, when ninja i

[dpdk-dev] [PATCH v3 6/8] examples/power: add meson/ninja build support

2018-09-14 Thread David Hunt
Add meson.build in vm_power_manager and the guest_cli subdirectory. Building can be achieved by going to the build directory, and using meson configure -Dexamples=vm_power_manager,vm_power_manager/guest_cli Then, when ninja is invoked, it will build dpdk-vm_power_manger and dpdk-guest_cli Work s