X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fdistributor%2Fmeson.build;h=ca1eca952e0e3128c389f612b05ad05d0118443b;hb=52def963fc1c5aa8eae51ea2f87e0a34be4e53ee;hp=9fec7f883f3b4a3e1889d78ff073402d7c23face;hpb=78d44153de8f7041ff35cb2c676fac8b9488f753;p=dpdk.git diff --git a/examples/distributor/meson.build b/examples/distributor/meson.build index 9fec7f883f..ca1eca952e 100644 --- a/examples/distributor/meson.build +++ b/examples/distributor/meson.build @@ -6,11 +6,8 @@ # 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') - allow_experimental_apis = true deps += ['distributor', 'power'] sources = files( - 'main.c' + 'main.c', )