numam-dpdk/drivers/compress
Luca Boccassi e30b4e566f build: improve dependency handling
Whenever possible (if the library ships a pkg-config file) use meson's
dependency() function to look for it, as it will automatically add it
to the Requires.private list if needed, to allow for static builds to
succeed for reverse dependencies of DPDK. Otherwise the recursive
dependencies are not parsed, and users doing static builds have to
resolve them manually by themselves.
When using this API avoid additional checks that are superfluous and
take extra time, and avoid adding the linker flag manually which causes
it to be duplicated.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
2019-02-27 12:13:54 +01:00
..
isal compress/isal: fix build with old library version 2019-01-19 00:07:52 +01:00
octeontx drivers: remove useless constructor headers 2018-11-01 22:38:00 +01:00
qat compress/qat: fix returned status on overflow 2019-01-10 16:57:22 +01:00
zlib build: improve dependency handling 2019-02-27 12:13:54 +01:00
Makefile compress/octeontx: introduce octeontx zip PMD 2018-07-25 13:36:26 +02:00
meson.build compress/octeontx: introduce octeontx zip PMD 2018-07-25 13:36:26 +02:00