net/mlx4: remove dependency on libmnl in meson
authorDavid Marchand <david.marchand@redhat.com>
Wed, 2 Oct 2019 14:24:10 +0000 (16:24 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:10 +0000 (16:43 +0200)
There is no dependency on this library for mlx4.

Fixes: 1dd7c7e38c19 ("net/mlx4: support meson build")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Raslan Darawsheh <rasland@mellanox.com>
drivers/net/mlx4/meson.build

index 873edad..9eb4988 100644 (file)
@@ -21,7 +21,7 @@ if pmd_dlopen
        ]
 endif
 
-libnames = [ 'mnl', 'mlx4', 'ibverbs' ]
+libnames = [ 'mlx4', 'ibverbs' ]
 libs = []
 foreach libname:libnames
        lib = dependency('lib' + libname, required:false)