Re: pkg-config file generated with meson
From: Luca Boccassi <hidden>
Date: 2018-12-03 12:44:55
On Thu, 2018-11-29 at 15:13 +0100, David Marchand wrote:
On Thu, Nov 29, 2018 at 3:08 PM Luca Boccassi [off-list ref] wrote:quoted
It's true that there is "libdpdk" in the Requires.private section, and probably shouldn't - but at least on Debian stable with pkg-config 0.29 it works fine despite that:Well, this was my first impression when I saw Requires.private but I am not familiar with .pc files.quoted
$ PKG_CONFIG_PATH=/tmp pkg-config --cflags libdpdk -include rte_config.h -march=corei7 -I/usr/include/dpdk/../x86_64-linux-gnu/dpdk -I/usr/include/dpdk Maybe a newer pkg-config version got smarter? Regardless we should look into itMine is older, from rhel7: $ pkg-config --version 0.27.1
I think I found the issue, it looks like a Meson problem, reported upstream: https://github.com/mesonbuild/meson/issues/4583 -- Kind regards, Luca Boccassi