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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user