]> git.droids-corp.org - dpdk.git/blobdiff - examples/distributor/meson.build
examples/l3fwd: support config file for LPM/FIB
[dpdk.git] / examples / distributor / meson.build
index d8dbc235fb0b1b7461340bef7741b4e051c0085b..ca1eca952e0e3128c389f612b05ad05d0118443b 100644 (file)
@@ -6,14 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
 # 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_LIB_POWER')
-if not build
-       subdir_done()
-endif
-
 allow_experimental_apis = true
 deps += ['distributor', 'power']
 sources = files(
 allow_experimental_apis = true
 deps += ['distributor', 'power']
 sources = files(
-       'main.c'
+        'main.c',
 )
 )