[Mesa-dev] [PATCH] meson: fix building without GL
Emil Velikov
emil.l.velikov at gmail.com
Mon Feb 26 17:11:35 UTC 2018
On 26 February 2018 at 16:46, Dylan Baker <dylan at pnwbakers.com> wrote:
> libgl will be undefined if with_glx == 'disabled', so move that check
> inside the `if with_glx == 'disabled'` block immediately after that
> check.
>
There's some of repetition, making this hard to read. Perhaps:
"libgl will be undefined glx is disabled, so move that just after the
with_glx != 'disabled' check"
Either way
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
-Emil
More information about the mesa-dev
mailing list