Re: [Mesa-dev] [PATCH v1] mesa/meson: 32bit xmlconfig linkage

2018-09-07 Thread Eric Engestrom
On Friday, 2018-09-07 12:09:46 +0300, Sergii Romantsov wrote: > Hello, Eric. > > but we don't want to remove libmesa_util from the other libs > > > Does it mean to revert src/gbm/meson.build and src/glx/meson.build ? Yes, precisely :) > > On Thu, Sep 6, 2018 at 8:30 PM, Eric Engestrom > wro

Re: [Mesa-dev] [PATCH v1] mesa/meson: 32bit xmlconfig linkage

2018-09-07 Thread Sergii Romantsov
Hello, Eric. but we don't want to remove libmesa_util from the other libs Does it mean to revert src/gbm/meson.build and src/glx/meson.build ? On Thu, Sep 6, 2018 at 8:30 PM, Eric Engestrom wrote: > On Thursday, 2018-09-06 17:38:36 +0300, Sergii Romantsov wrote: > > Building of 32bit mesa wi

Re: [Mesa-dev] [PATCH v1] mesa/meson: 32bit xmlconfig linkage

2018-09-06 Thread Eric Engestrom
On Thursday, 2018-09-06 17:38:36 +0300, Sergii Romantsov wrote: > 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. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=10784

Re: [Mesa-dev] [PATCH v1] mesa/meson: 32bit xmlconfig linkage

2018-09-06 Thread Sergii Romantsov
Probably, here is a sense to remove constructions similar to 'libmesa_util, libxmlconfig' and left only libxmlconfig for the rest of meson.build files. Any doubts? On Thu, Sep 6, 2018 at 5:38 PM, Sergii Romantsov wrote: > Building of 32bit mesa with meson causes linkage issue: > "undefined refer

[Mesa-dev] [PATCH v1] mesa/meson: 32bit xmlconfig linkage

2018-09-06 Thread Sergii Romantsov
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. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107843 Signed-off-by: Sergii Romantsov --- src/gbm/meson.build | 2 +- src/g