examples/vm_power: add guest cli to meson
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: David Hunt <david.hunt@intel.com>
This commit is contained in:
parent
99dc01446e
commit
7f7d44064c
@ -42,6 +42,7 @@ all_examples = [
|
||||
'timer', 'vdpa',
|
||||
'vhost', 'vhost_crypto',
|
||||
'vm_power_manager',
|
||||
'vm_power_manager/guest_cli',
|
||||
'vmdq', 'vmdq_dcb',
|
||||
]
|
||||
# install all example code on install - irrespective of whether the example in
|
||||
|
@ -6,10 +6,6 @@
|
||||
# To build this example as a standalone application with an already-installed
|
||||
# DPDK instance, use 'make'
|
||||
|
||||
# Setting the name here because the default name will conflict with the
|
||||
# vm_power_manager app because of the way the directories are parsed.
|
||||
name = 'guest_cli'
|
||||
|
||||
if not dpdk_conf.has('RTE_LIBRTE_POWER')
|
||||
build = false
|
||||
subdir_done()
|
||||
|
Loading…
x
Reference in New Issue
Block a user