From a28e714618ee933906a607f790c49df826e395c7 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 25 Jun 2020 09:57:41 +0200 Subject: [PATCH] common/mlx5: remove unneeded experimental build flag allow_experimental_apis flag has no effect for in-tree compilation. See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 Fixes: 72f756605651 ("common/mlx5: move glue files under Linux directory") Signed-off-by: David Marchand Acked-by: Raslan Darawsheh --- drivers/common/mlx5/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/common/mlx5/meson.build b/drivers/common/mlx5/meson.build index 0a8980f2d3..ba43714af3 100644 --- a/drivers/common/mlx5/meson.build +++ b/drivers/common/mlx5/meson.build @@ -7,8 +7,6 @@ if not (is_linux or is_windows) subdir_done() endif -allow_experimental_apis = true - deps += ['hash', 'pci', 'net', 'eal', 'kvargs'] sources += files( 'mlx5_devx_cmds.c', -- 2.20.1