meson: Fix typo in clover build
authorDylan Baker <dylan@pnwbakers.com>
Tue, 9 Jan 2018 01:31:55 +0000 (17:31 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 9 Jan 2018 01:31:55 +0000 (17:31 -0800)
The leading space breaks things.

fixes: 42ea0631f108d ("meson: build clover")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
meson.build

index cb8ec89e2b446c95230825c6f635ea6531d684b1..1a1d3fd69b9ca66f605165fa4bfdc83d837bc3cb 100644 (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