net/hns3: fix queue state when concurrent with reset
[dpdk.git] / examples / l3fwd-power / meson.build
index 4cd6947..eb8aef3 100644 (file)
@@ -6,7 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-if not dpdk_conf.has('RTE_LIBRTE_POWER')
+if not dpdk_conf.has('RTE_LIB_POWER')
         build = false
         subdir_done()
 endif