Quoting Alexander von Gluck IV (2018-02-19 10:24:43) > --- > meson.build | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 6fc7ec7fc9..54572a5bb8 100644 > --- a/meson.build > +++ b/meson.build > @@ -331,7 +331,6 @@ if with_egl and not (with_platform_drm or > with_platform_surfaceless) > endif > endif > > -pre_args += '-DGLX_USE_TLS' > if with_glx != 'disabled' > if not (with_platform_x11 and with_any_opengl) > if with_glx == 'auto' > @@ -365,6 +364,10 @@ if with_glvnd > endif > endif > > +if with_glx != 'disabled' > + pre_args += '-DGLX_USE_TLS' > +endif
Can we fold this into the above "if with_glx != 'disabled'" check? With that fixed this patch is: Reviewed-by: Dylan Baker <dy...@pnwbakers.com> Dylan
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev