examples/vm_power: fix no port in guest
[dpdk.git] / examples / vm_power_manager / guest_cli / meson.build
index 2b49042..8c72542 100644 (file)
@@ -17,6 +17,8 @@ sources = files(
        'main.c', 'parse.c', 'vm_power_cli_guest.c'
 )
 
+allow_experimental_apis = true
+
 opt_dep = cc.find_library('virt', required : false)
 build = opt_dep.found()
 ext_deps += opt_dep