introduce restricted pointer aliasing marker
[dpdk.git] / examples / distributor / meson.build
index d036ea0..9fec7f8 100644 (file)
@@ -6,8 +6,11 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += 'distributor'
+# require the power library
+build = dpdk_conf.has('RTE_LIBRTE_POWER')
+
 allow_experimental_apis = true
+deps += ['distributor', 'power']
 sources = files(
        'main.c'
 )