app/testpmd: fix rpath for drivers in meson build
authorTimothy Redaelli <tredaelli@redhat.com>
Wed, 20 Sep 2017 16:41:28 +0000 (18:41 +0200)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 20:51:45 +0000 (21:51 +0100)
commit147ec15015263d3f209511977753acd301604e69
tree6b839aafe776e39dcd1b77bb5c4f696e60b6336d
parent3e1bb55fd6ef1e25036f8d1365568fd5ec60beab
app/testpmd: fix rpath for drivers in meson build

This commit fixes the setting of relative rpath on dpdk-testpmd for
drivers ($libdir/dpdk/drivers) to the correct absolute rpath
($prefix$libdir/dpdk/drivers)

Fixes: a25a650be5f0 ("build: add infrastructure for meson and ninja builds")

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test-pmd/meson.build