Re: [Mesa-dev] [PATCH 3/3] meson: make GLX_USE_TLS optional

2018-03-08 Thread Dylan Baker
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

Re: [Mesa-dev] [PATCH 3/3] meson: make GLX_USE_TLS optional

2018-03-08 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 3/3] meson: make GLX_USE_TLS optional

2018-03-08 Thread Eric Anholt
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

[Mesa-dev] [PATCH 3/3] meson: make GLX_USE_TLS optional

2018-03-06 Thread Greg V
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