eventdev/eth_rx: fix telemetry Rx stats reset
[dpdk.git] / examples / vm_power_manager / meson.build
index c15bad6..b866d8f 100644 (file)
@@ -6,11 +6,6 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-if not dpdk_conf.has('RTE_LIB_POWER')
-    build = false
-    subdir_done()
-endif
-
 deps += ['power']
 
 if dpdk_conf.has('RTE_NET_BNXT')