git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71df49
)
net/mlx4: remove dependency on libmnl in meson
author
David Marchand
<david.marchand@redhat.com>
Wed, 2 Oct 2019 14:24:10 +0000
(16:24 +0200)
committer
Ferruh 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
patch
|
blob
|
history
diff --git
a/drivers/net/mlx4/meson.build
b/drivers/net/mlx4/meson.build
index
873edad
..
9eb4988
100644
(file)
--- a/
drivers/net/mlx4/meson.build
+++ b/
drivers/net/mlx4/meson.build
@@
-21,7
+21,7
@@
if pmd_dlopen
]
endif
-libnames = [ 'm
nl', 'm
lx4', 'ibverbs' ]
+libnames = [ 'mlx4', 'ibverbs' ]
libs = []
foreach libname:libnames
lib = dependency('lib' + libname, required:false)