meson: Fix compiler checks for SWR with ICC
authorDylan Baker <dylan@pnwbakers.com>
Mon, 14 Jan 2019 23:15:09 +0000 (15:15 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 24 Jan 2019 19:14:50 +0000 (19:14 +0000)
commit7cb7f35bc76bf21d15ca4b1f4ee724e9ff1e2804
tree92ab0c4a5bdb5ae271b30489dc6f8fc93603dfdd
parent3ba7ab8d2c8454346c3349ddc56cb480eea4f958
meson: Fix compiler checks for SWR with ICC

This is a bit fragile, as the way this "fixes" the check is to move the
one that we know is correct before the one that is incorrectly reported
as working. In meson 0.49.1 (which isn't out yet) this is fixed that the
incorrect check is reported as a failure.

Fixes: e0b037d6979b266d4959c1e31746d4d19c941fdb
       ("meson: Build SWR driver")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109129
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/drivers/swr/meson.build