Hello,
just reminder for case: don't have push-rights...

On Fri, Sep 7, 2018 at 8:05 PM, Dylan Baker <[email protected]> wrote:

> Quoting Sergii Romantsov (2018-09-07 02:43:41)
> > Building of 32bit mesa with meson causes linkage issue:
> > "undefined reference to `util_get_process_name'"
> > Fixed by adding link-with mesa_util for xmlconfig primary.
> >
> > v2: Removed '[]', commit message corrected.
> >
> > v3: Reverted changes in gbm and glx libraries.
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107843
> > Fixes: 2e1e6511f76370870b5cd "util: extract get_process_name from
> xmlconfig.c"
> > Cc: Marek Ol\u0161ák <[email protected]>
> > Cc: Dylan Baker <[email protected]>
> > Signed-off-by: Sergii Romantsov <[email protected]>
> > Reviewed-by: Eric Engestrom <[email protected]>
> > ---
> >  src/util/meson.build | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/src/util/meson.build b/src/util/meson.build
> > index a4ff0b9..e3d96b6 100644
> > --- a/src/util/meson.build
> > +++ b/src/util/meson.build
> > @@ -117,6 +117,7 @@ libxmlconfig = static_library(
> >    'xmlconfig',
> >    files_xmlconfig,
> >    include_directories : inc_common,
> > +  link_with : libmesa_util,
> >    dependencies : [dep_expat, dep_m],
> >    c_args : [
> >      c_msvc_compat_args, c_vis_args,
> > --
> > 2.7.4
> >
>
> Reviewed-by: Dylan Baker <[email protected]>
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>


-- 
Sergii Romantsov
GlobalLogic Inc.
www.globallogic.com
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to