commit:     a8bbd5edc24add9a072fe13714bb68e299fa29e4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 19:40:26 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 19:42:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bbd5ed

media-libs/mesa: Update to build only softpipe or llvmpipe

Bug: https://bugs.gentoo.org/920752
Closes: https://bugs.gentoo.org/936580
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b9e38c56cc02..2d1ea9b8f124 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -369,7 +369,8 @@ multilib_src_configure() {
                gallium_enable -- kmsro
        fi
 
-       gallium_enable -- swrast
+       gallium_enable !llvm softpipe
+       gallium_enable llvm llvmpipe
        gallium_enable video_cards_d3d12 d3d12
        gallium_enable video_cards_freedreno freedreno
        gallium_enable video_cards_intel crocus i915 iris

Reply via email to