Re: [XEN PATCH v3 16/25] libs/libs.mk: Remove the need for $(PKG_CONFIG_INST)

2022-07-05 Thread Bertrand Marquis
Hi Anthony, > On 24 Jun 2022, at 17:04, Anthony PERARD wrote: > > We can simply use $(PKG_CONFIG) to set the parameters, and add it to > $(TARGETS) as necessary. > > Signed-off-by: Anthony PERARD Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > tools/libs/libs.mk | 11 +-- > 1

Re: [XEN PATCH v3 16/25] libs/libs.mk: Remove the need for $(PKG_CONFIG_INST)

2022-06-29 Thread Juergen Gross
On 24.06.22 18:04, Anthony PERARD wrote: We can simply use $(PKG_CONFIG) to set the parameters, and add it to $(TARGETS) as necessary. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key OpenPGP_signature Descr

[XEN PATCH v3 16/25] libs/libs.mk: Remove the need for $(PKG_CONFIG_INST)

2022-06-24 Thread Anthony PERARD
We can simply use $(PKG_CONFIG) to set the parameters, and add it to $(TARGETS) as necessary. Signed-off-by: Anthony PERARD --- tools/libs/libs.mk | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/libs/libs.mk b/tools/libs/libs.mk index e02f91f95e..7aee449370