]> git.droids-corp.org - dpdk.git/blobdiff - examples/distributor/meson.build
examples/vm_power: allow managing idle cores
[dpdk.git] / examples / distributor / meson.build
index 8cf2ca1dae0b39e2be68aa292f5d2d034c79e861..9fec7f883f3b4a3e1889d78ff073402d7c23face 100644 (file)
@@ -6,6 +6,10 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+# require the power library
+build = dpdk_conf.has('RTE_LIBRTE_POWER')
+
+allow_experimental_apis = true
 deps += ['distributor', 'power']
 sources = files(
        'main.c'