Skip to content

meson: update llvm dependency logic for meson 0.54.0

Dylan Baker requested to merge dbaker/mesa:meson-0.54.0-fixes into master

In meson 0.54.0 I fixed the llvm cmake dependency to return "not found" if shared linking is requested. This means that for 0.54.0 and later we don't need to do anything, and for earlier versions we only need to change the logic to force the config-tool method if shared linking is required.

Fixes: 821cf694 ("meson: Use cmake to find LLVM when building for window")

Merge request reports