Re: [libvirt] [PATCH] Fix src/ pkg-config API XML paths

2019-12-10 Thread Daniel P . Berrangé
On Mon, Dec 09, 2019 at 07:26:13PM -0500, Cole Robinson wrote: > On 12/9/19 9:08 AM, Daniel P. Berrangé wrote: > > On Mon, Dec 09, 2019 at 09:02:56AM -0500, Cole Robinson wrote: > >> The .pc files in src/ are intended for use with the ./run script, > >> to ease building bindings against an

Re: [libvirt] [PATCH] Fix src/ pkg-config API XML paths

2019-12-10 Thread Daniel P . Berrangé
On Mon, Dec 09, 2019 at 09:02:56AM -0500, Cole Robinson wrote: > The .pc files in src/ are intended for use with the ./run script, > to ease building bindings against an uninstalled libvirt build. > The pointer to the API XML files is incorrect though, it needs to > point into the build tree. > >

Re: [libvirt] [PATCH] Fix src/ pkg-config API XML paths

2019-12-09 Thread Cole Robinson
On 12/9/19 9:08 AM, Daniel P. Berrangé wrote: > On Mon, Dec 09, 2019 at 09:02:56AM -0500, Cole Robinson wrote: >> The .pc files in src/ are intended for use with the ./run script, >> to ease building bindings against an uninstalled libvirt build. >> The pointer to the API XML files is incorrect

Re: [libvirt] [PATCH] Fix src/ pkg-config API XML paths

2019-12-09 Thread Daniel P . Berrangé
On Mon, Dec 09, 2019 at 09:02:56AM -0500, Cole Robinson wrote: > The .pc files in src/ are intended for use with the ./run script, > to ease building bindings against an uninstalled libvirt build. > The pointer to the API XML files is incorrect though, it needs to > point into the build tree. > >

[libvirt] [PATCH] Fix src/ pkg-config API XML paths

2019-12-09 Thread Cole Robinson
The .pc files in src/ are intended for use with the ./run script, to ease building bindings against an uninstalled libvirt build. The pointer to the API XML files is incorrect though, it needs to point into the build tree. This fixes use of the run script for building libvirt-python, ex: