Skip to content

meson: Require meson >= 0.49.1 when using icc or icl

Dylan Baker requested to merge dbaker/mesa:fix-icc-icl-swr into master

0.49.0 can compile most of mesa, but not SWR (without additional workarounds in our meson.build files). Bumping patch version shouldn't be a big burden anyway. The check originally only covered icc, but now covers icl as well.

Fixes: 3740ffb5 ("meson: add switches for SWR with MSVC") Closes: #1937 (closed)

Edited by Dylan Baker

Merge request reports