drivers: process shared link dependencies as for libs
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 8 Oct 2019 14:36:28 +0000 (15:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 9 Nov 2019 20:17:44 +0000 (21:17 +0100)
commit5ed3766981600785bcee40932feb0a4a186dfa7f
tree2db2b795858cfaf6c0a8baa25e8892897da70e51
parentff962da373ae3f28c677210dce0c46963717881f
drivers: process shared link dependencies as for libs

For the public APIs of DPDK libraries we run checks for correct use of
experimental tags, and also do dynamic generation of the version file to
its window's equivalent. Although must drivers don't export APIs, some do,
so these checks are relevant and should be copied from lib/meson.build to
drivers/meson.build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
drivers/meson.build