X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-power%2Fmeson.build;h=eb8aef306a5eccb8b4be026b72ae63952ca809aa;hb=18da3c854bb8105818dc23c36eecf3465596052a;hp=b38a7a0d758ffbfe3ea01391020a7955dd09a573;hpb=609e79841fcf981b0bc863f03985569397a49d53;p=dpdk.git diff --git a/examples/l3fwd-power/meson.build b/examples/l3fwd-power/meson.build index b38a7a0d75..eb8aef306a 100644 --- a/examples/l3fwd-power/meson.build +++ b/examples/l3fwd-power/meson.build @@ -6,11 +6,13 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -if not is_linux - build = false +if not dpdk_conf.has('RTE_LIB_POWER') + build = false + subdir_done() endif + allow_experimental_apis = true -deps += ['power', 'timer', 'lpm', 'hash', 'metrics'] +deps += ['power', 'timer', 'lpm', 'hash', 'metrics', 'telemetry'] sources = files( 'main.c', 'perf_core.c' )