media-libs/mesa: Fix building AMD drivers with USE=-llvm

Closes: https://bugs.gentoo.org/961166
Closes: https://github.com/gentoo/gentoo/pull/37130/
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-09-17 14:52:58 -04:00
parent eeceefcafc
commit 87eaa4b4a2

View File

@@ -402,6 +402,7 @@ multilib_src_configure() {
$(meson_feature lm-sensors lmsensors)
$(meson_feature unwind libunwind)
$(meson_feature zstd)
$(meson_use llvm amd-use-llvm)
$(meson_use sysprof)
$(meson_use cpu_flags_x86_sse2 sse2)
-Dvalgrind=$(usex valgrind auto disabled)