X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fdistributor%2Fmeson.build;h=26f108d6530868e20a56100b179b92b16ed93871;hb=ef2bf3dee265d6009cf71e476b3f04741df3cc12;hp=8cf2ca1dae0b39e2be68aa292f5d2d034c79e861;hpb=f73477e276720dc0fdb4ce8da130a2ab1c963846;p=dpdk.git diff --git a/examples/distributor/meson.build b/examples/distributor/meson.build index 8cf2ca1dae..26f108d653 100644 --- a/examples/distributor/meson.build +++ b/examples/distributor/meson.build @@ -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'