Quoting Eric Anholt (2018-03-08 10:12:02)
> Greg V writes:
>
> > FreeBSD builds Mesa with --disable-glx-tls in autotools because:
> > https://github.com/dumbbell/test-tls-initial-exec
> >
> > Add the equivalent option to Meson.
> > ---
> > meson.build | 5 -
> > meson_options.txt | 6 +
On 8 March 2018 at 18:12, Eric Anholt wrote:
> Greg V writes:
>
>> FreeBSD builds Mesa with --disable-glx-tls in autotools because:
>> https://github.com/dumbbell/test-tls-initial-exec
>>
>> Add the equivalent option to Meson.
>> ---
>> meson.build | 5 -
>> meson_options.txt | 6 +
Greg V writes:
> FreeBSD builds Mesa with --disable-glx-tls in autotools because:
> https://github.com/dumbbell/test-tls-initial-exec
>
> Add the equivalent option to Meson.
> ---
> meson.build | 5 -
> meson_options.txt | 6 ++
> 2 files changed, 10 insertions(+), 1 deletion(-)
>
FreeBSD builds Mesa with --disable-glx-tls in autotools because:
https://github.com/dumbbell/test-tls-initial-exec
Add the equivalent option to Meson.
---
meson.build | 5 -
meson_options.txt | 6 ++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.