numam-dpdk/drivers/compress/zlib
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
..
Makefile compress/zlib: add basic ops 2018-07-25 08:21:25 +02:00
meson.build build: improve dependency handling 2019-02-27 12:13:54 +01:00
rte_pmd_zlib_version.map compress/zlib: introduce zlib PMD 2018-07-25 08:21:25 +02:00
zlib_pmd_ops.c compress/zlib: create private xform 2018-07-25 08:21:25 +02:00
zlib_pmd_private.h compress/zlib: create private xform 2018-07-25 08:21:25 +02:00
zlib_pmd.c drivers: remove useless constructor headers 2018-11-01 22:38:00 +01:00