examples/ipsec-secgw: add event mode
[dpdk.git] / examples / distributor / meson.build
index 8cf2ca1..26f108d 100644 (file)
@@ -6,6 +6,9 @@
 # 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')
+
 deps += ['distributor', 'power']
 sources = files(
        'main.c'