OSDN Git Service

meson: Require meson >= 0.49.1 when using icc or icl
authorDylan Baker <dylan@pnwbakers.com>
Fri, 18 Oct 2019 20:49:42 +0000 (13:49 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 21 Oct 2019 17:21:57 +0000 (17:21 +0000)
commita9a9249288c3abfb52bcce3f88f8b4bbb92017e4
tree0e1632bf50e00ca5a8e9837726b433e0cd9af749
parentd33fe2d5ebdc580d188c305a266df19213ed6403
meson: Require meson >= 0.49.1 when using icc or icl

0.49.0 can compile most of mesa with ICC or ICL, but not SWR without
additional workarounds in our meson.build files. Bumping patch version
is easier and shouldn't be a big burden anyway, especially to cover a
niche compiler. The check originally only covered ICC, but now covers
ICL as well.

Fixes: 3740ffb59c89d8d879b1e0c1aed32c389dd82a35
       ("meson: add switches for SWR with MSVC")
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1937
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build