summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-09-07 14:58:03 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2018-10-03 13:38:06 +0100
commit08bff097e136042aa5e5a0c99b1b67871525e5fe (patch)
tree1d60a3e787d6cb292f337d11fbd69bcb4959ecb8 /meson.build
parentfe8be81b4a525fec355e2f80c254711981ce0dbd (diff)
downloadmesa-08bff097e136042aa5e5a0c99b1b67871525e5fe.tar.gz
mesa-08bff097e136042aa5e5a0c99b1b67871525e5fe.tar.bz2
mesa-08bff097e136042aa5e5a0c99b1b67871525e5fe.zip
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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