summaryrefslogtreecommitdiff
path: root/media-libs/mesa/files/clang_config_tool.patch
blob: ed85b9215cdc7dd251a5795f03241dfc497f9d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Workaround the CMake dependency lookup returning a different LLVM to llvm-config.

Bug: https://bugs.gentoo.org/907965
--- a/meson.build
+++ b/meson.build
@@ -1691,6 +1691,7 @@ if _llvm.allowed()
     static : not _shared_llvm,
     fallback : ['llvm', 'dep_llvm'],
     include_type : 'system',
+    method: 'config-tool',
   )
   with_llvm = dep_llvm.found()
 endif