commit: 87eaa4b4a2f5e8fad3aa1ec0b9918420f55eb067 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Sep 17 18:52:58 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Sep 17 18:58:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87eaa4b4
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 <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 482b216d0a91..25432342cb7b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -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)
