doc: add GRE option flow item to feature list
[dpdk.git] / app / proc-info / meson.build
index 1062e0e..1563ce6 100644 (file)
@@ -8,4 +8,7 @@ if is_windows
 endif
 
 sources = files('main.c')
-deps += ['ethdev', 'metrics', 'security']
+deps += ['ethdev', 'security']
+if dpdk_conf.has('RTE_LIB_METRICS')
+    deps += 'metrics'
+endif