Re: [PATCH v3] build: add definitions for use as meson subproject

2022-06-07 Thread Thomas Monjalon
21/05/2022 02:54, Ben Magistro: > Currently utilizing this in an upcoming set of changes for TLDK and all > seems to be working for fallback dependency support under both shared and > static linkage. > > Reviewed-by: Ben Magistro > Tested-by: Ben Magistro > > On Fri, May 6, 2022 at 10:43 AM Bru

Re: [PATCH v3] build: add definitions for use as meson subproject

2022-05-20 Thread Ben Magistro
Currently utilizing this in an upcoming set of changes for TLDK and all seems to be working for fallback dependency support under both shared and static linkage. Reviewed-by: Ben Magistro Tested-by: Ben Magistro On Fri, May 6, 2022 at 10:43 AM Bruce Richardson wrote: > To allow other projects

[PATCH v3] build: add definitions for use as meson subproject

2022-05-06 Thread Bruce Richardson
To allow other projects to easily use DPDK as a subproject, add in the necessary dependency definitions. Slightly different definitions are necessary for static and shared builds, since for shared builds the drivers should not be linked in, and the internal meson dependency objects are more complet