[Mesa-dev] [PATCH] meson: remove invalid "opencl" llvm component
Emil Velikov
emil.l.velikov at gmail.com
Fri Sep 7 13:58:03 UTC 2018
From: Emil Velikov <emil.velikov at collabora.com>
Seeming copy/paste mistake from configure.ac which uses $2 for the
component and $3 for the fancy name printing.
Cc: Dylan Baker <dylan at pnwbakers.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 0d534b9b4a9..c8015489998 100644
--- a/meson.build
+++ b/meson.build
@@ -1168,7 +1168,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.18.0
More information about the mesa-dev
mailing list