Re: [dpdk-dev] [PATCH 1/6] build: remove redundant libs from pkgconfig

2019-08-13 Thread Luca Boccassi
On Tue, 2019-08-13 at 01:03 +0200, Thomas Monjalon wrote: > As explained in drivers/meson.build, > " > For the find_library() case (but not with dependency()) we also > need to specify the "-l" flags in pkgconfig_extra_libs variable > too, so that it can be reflected in the pkgconfig output f

[dpdk-dev] [PATCH 1/6] build: remove redundant libs from pkgconfig

2019-08-12 Thread Thomas Monjalon
As explained in drivers/meson.build, " For the find_library() case (but not with dependency()) we also need to specify the "-l" flags in pkgconfig_extra_libs variable too, so that it can be reflected in the pkgconfig output for static builds. " The commit e30b4e566f47 ("build: improve depe