meson: Fix typo in clover build

The leading space breaks things.

fixes: 42ea0631f1 ("meson: build clover")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
Dylan Baker 2018-01-08 17:31:55 -08:00
parent eab0316d10
commit 21bca27349

View file

@ -584,7 +584,7 @@ if with_gallium_st_nine
endif
_opencl = get_option('gallium-opencl')
if _opencl !=' disabled'
if _opencl != 'disabled'
if not with_gallium
error('OpenCL Clover implementation requires at least one gallium driver.')
endif