Displaying 2 results from an estimated 2 matches for "default_library".
2020 Oct 08
2
Re: Building libvirt library without libvirtd or virsh
On Thu, Oct 08, 2020 at 09:38:22AM +0200, Martin Kletzander wrote:
> On Wed, Oct 07, 2020 at 04:50:26PM -0700, Román González wrote:
> > Hello there,
> >
> > I'm trying to play with musl and libvirt to see if I'm able to build a
> > libvirt client binary without dynamic lib dependencies. I have two
> > questions:
> >
> > 1) to your knowledge,
2020 Oct 08
0
Re: Building libvirt library without libvirtd or virsh
...mean that libvirt.so should be statically linked
> that is not currently possible. We would have to add option to make it
> possible and update all dependency() and find_library() calls in all
> meson.build files to look only for static libraries.
>
Uh, I wonder what the meson option
default_library shared
> [shared, static, both]
>
is for?
In addition I think we should add build options which would allow users
> to disable tests, documentation, examples and other bits that end-users
> don't have to use.
>
That makes sense.
Thank you Martin...