projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab0316
)
meson: Fix typo in clover build
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 9 Jan 2018 01:31:55 +0000
(17:31 -0800)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index cb8ec89e2b446c95230825c6f635ea6531d684b1..1a1d3fd69b9ca66f605165fa4bfdc83d837bc3cb 100644
(file)
--- 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