Re: [dpdk-dev] [PATCH v2 0/2] support older pkg-config

2019-11-20 Thread Thomas Monjalon
18/11/2019 12:48, Ferruh Yigit: > On 11/15/2019 3:16 PM, Bruce Richardson wrote: > > Not all pkg-config installs support --define-prefix and --path flags, so > > ensure we can still build examples without those flags, and that we > > don't get errors when using test-meson-builds.sh with/without tho

Re: [dpdk-dev] [PATCH v2 0/2] support older pkg-config

2019-11-18 Thread Ferruh Yigit
On 11/15/2019 3:16 PM, Bruce Richardson wrote: > Not all pkg-config installs support --define-prefix and --path flags, so > ensure we can still build examples without those flags, and that we > don't get errors when using test-meson-builds.sh with/without those > flags. > > Bruce Richardson (2): >

[dpdk-dev] [PATCH v2 0/2] support older pkg-config

2019-11-15 Thread Bruce Richardson
Not all pkg-config installs support --define-prefix and --path flags, so ensure we can still build examples without those flags, and that we don't get errors when using test-meson-builds.sh with/without those flags. Bruce Richardson (2): devtools: fix example builds with older pkg-config examp