meson: remove invalid "opencl" llvm component

Seeming copy/paste mistake from configure.ac which uses $2 for the
component and $3 for the fancy name printing.

Cc: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Emil Velikov
2018-09-07 14:58:03 +01:00
committed by Emil Velikov
parent fe8be81b4a
commit 08bff097e1

View File

@@ -1176,7 +1176,7 @@ if with_gallium_opencl
'all-targets', 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader',
'lto', 'option', 'objcarcopts', 'profiledata',
]
llvm_optional_modules += ['coroutines', 'opencl']
llvm_optional_modules += ['coroutines']
endif
if with_amd_vk or with_gallium_radeonsi