build: document Meson < 0.46 miss private dependencies
Meson can generate the list of private dependencies of libraries automatically for the pkgconfig file only since version 0.46.0. Signed-off-by: Luca Boccassi <bluca@debian.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
137f1a5cda
commit
d2c2e3b836
@ -203,3 +203,9 @@ From examples/helloworld/Makefile::
|
||||
|
||||
build:
|
||||
@mkdir -p $@
|
||||
|
||||
NOTE: for --static builds, DPDK needs to be built with Meson >= 0.46 in order to
|
||||
fully generate the list of private dependencies. If DPDK is built with an older
|
||||
version of Meson, it might be necessary to manually specify dependencies of DPDK
|
||||
PMDs/libraries, for example -lmlx5 -lmnl for librte-pmd-mlx5, or the static link
|
||||
step might fail.
|
||||
|
Loading…
Reference in New Issue
Block a user