event/octeontx2: enhance Tx path cache locality
[dpdk.git] / examples / distributor / meson.build
index 9fec7f8..d8dbc23 100644 (file)
@@ -7,7 +7,10 @@
 # DPDK instance, use 'make'
 
 # require the power library
-build = dpdk_conf.has('RTE_LIBRTE_POWER')
+build = dpdk_conf.has('RTE_LIB_POWER')
+if not build
+       subdir_done()
+endif
 
 allow_experimental_apis = true
 deps += ['distributor', 'power']