From 08bff097e136042aa5e5a0c99b1b67871525e5fe Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 7 Sep 2018 14:58:03 +0100 Subject: [PATCH] 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 Signed-off-by: Emil Velikov Reviewed-by: Dylan Baker --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 97693b91ecf..e4b9f04949c 100644 --- a/meson.build +++ b/meson.build @@ -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 -- 2.30.2