[Intel-gfx] [PATCH 2/6] meson: Install libigt.so
Jordan Justen
jordan.l.justen at intel.com
Fri Sep 15 00:20:47 UTC 2017
On 2017-09-14 12:13:08, Ville Syrjälä wrote:
> On Wed, Sep 13, 2017 at 06:10:56PM -0700, Jordan Justen wrote:
> > Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> > ---
> > lib/meson.build | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/lib/meson.build b/lib/meson.build
> > index b78e42dc..0d379d90 100644
> > --- a/lib/meson.build
> > +++ b/lib/meson.build
> > @@ -170,6 +170,7 @@ lib_igt_build = shared_library('igt',
> > ['dummy.c'],
> > link_whole: lib_intermediates,
> > dependencies: lib_deps,
> > + install : true
> > )
>
> I don't actually know what the plan is w.r.t. installing the lib, so
> I'll leave this one for someone else to ack/nack.
Ok. I just noted that the aubdump library would not load because it
linked to this library and couldn't find it until it was installed.
-Jordan
More information about the Intel-gfx
mailing list