meson: Fix with_gallium_icd to with_opencl_icd
authorPierre Moreau <pierre.morrow@free.fr>
Wed, 9 Jan 2019 22:03:45 +0000 (23:03 +0100)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 15 Jan 2019 21:06:50 +0000 (13:06 -0800)
commit0b736f7fd4852bdea2ac6be9a018a41065252233
tree28d3ee3dd868519c0210a04dfa475c7462154d92
parentd644698b443b395dc878efdaf4201647b0ce69d6
meson: Fix with_gallium_icd to with_opencl_icd

`with_gallium_icd` is never used throughout the different Meson build
files, whereas `with_opencl_icd` tracks whether or not `gallium-opencl`
was set to "icd".

Fixes: 42ea0631f108d82554339530d6c88aa1b448af1e
         ("meson: build clover")
Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build