On 26 February 2018 at 16:46, Dylan Baker <dy...@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.veli...@collabora.com> -Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev