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
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
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/