meson: remove invalid "opencl" llvm component
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 7 Sep 2018 13:58:03 +0000 (14:58 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 3 Oct 2018 12:38:06 +0000 (13:38 +0100)
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>
meson.build

index 97693b91ecfc12ff5cf9a48f69acc48b0bcdc66c..e4b9f04949cf83693e91c7c3deaa73fe3e8eb09c 100644 (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