On 26 February 2018 at 16:46, Dylan Baker <[email protected]> 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 <[email protected]> -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
