From: Emil Velikov Date: Fri, 7 Sep 2018 13:58:03 +0000 (+0100) Subject: meson: remove invalid "opencl" llvm component X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08bff097e136042aa5e5a0c99b1b67871525e5fe;p=mesa.git 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 --- 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