Re: [Mesa-dev] [PATCH] mapi: explicitly annotate the shared glapi as such

2017-12-19 Thread Emil Velikov
On 19 December 2017 at 16:26, Eric Engestrom wrote: > On Tuesday, 2017-12-19 13:31:59 +, Emil Velikov wrote: >> From: Emil Velikov >> >> slibtool seems to get confused otherwise - producing both shared and >> static library, and even linking the static one. > > I don't think it works; EGL sti

Re: [Mesa-dev] [PATCH] mapi: explicitly annotate the shared glapi as such

2017-12-19 Thread Eric Engestrom
On Tuesday, 2017-12-19 13:31:59 +, Emil Velikov wrote: > From: Emil Velikov > > slibtool seems to get confused otherwise - producing both shared and > static library, and even linking the static one. I don't think it works; EGL still ends up with its own copy: $ nm libEGL.so | grep _glapi_tl

[Mesa-dev] [PATCH] mapi: explicitly annotate the shared glapi as such

2017-12-19 Thread Emil Velikov
From: Emil Velikov slibtool seems to get confused otherwise - producing both shared and static library, and even linking the static one. Cc: Cc: Brendan King Cc: Eric Engestrom Signed-off-by: Emil Velikov --- src/mapi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mapi/