mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
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:
parent
eab0316d10
commit
21bca27349
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue