From: Nicolai Hähnle
It is required for the draw module, and makes a difference when
linking statically or against LLVM built with BUILD_SHARED_LIBS=ON.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index bfff862c3c8..e955bdedcc6 10
On 10.12.18 12:36, Emil Velikov wrote:
> Hi Nicolai,
>
> On Thu, 6 Dec 2018 at 13:49, Nicolai Hähnle wrote:
>>
>> From: Nicolai Hähnle
>>
>> Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise,
>> as the component is required for the draw module.
>
> I'd imagine we'd want this for
Hi Nicolai,
On Thu, 6 Dec 2018 at 13:49, Nicolai Hähnle wrote:
>
> From: Nicolai Hähnle
>
> Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise,
> as the component is required for the draw module.
I'd imagine we'd want this for stable, since the "native" module has
been used for a
Quoting Nicolai Hähnle (2018-12-06 05:49:02)
> From: Nicolai Hähnle
>
> Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise,
> as the component is required for the draw module.
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build
From: Nicolai Hähnle
Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise,
as the component is required for the draw module.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 1aeef95f722..0177716c476 100644
--- a/meso