summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-01-08 17:31:55 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-01-08 17:31:55 -0800
commit21bca27349e8e356c91cab8a20a034931002181b (patch)
treeb781ee810d09aa15025c4b1a12ea8d0a1803f12e /meson.build
parenteab0316d107dd2d050ea01eb829f86de1a617e1c (diff)
meson: Fix typo in clover build
The leading space breaks things. fixes: 42ea0631f108d ("meson: build clover") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cb8ec89e2b4..1a1d3fd69b9 100644
--- a/meson.build
+++ b/meson.build
@@ -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