diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-07-24 15:40:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-07-24 15:42:12 -0400 |
commit | a8bbd5edc24add9a072fe13714bb68e299fa29e4 (patch) | |
tree | 88fa55149e9bd259708b45ee3f43d02dcd894e9d /media-libs | |
parent | x11-apps/appres: Stabilize 1.0.7 x86, #936601 (diff) | |
download | gentoo-a8bbd5edc24add9a072fe13714bb68e299fa29e4.tar.gz gentoo-a8bbd5edc24add9a072fe13714bb68e299fa29e4.tar.bz2 gentoo-a8bbd5edc24add9a072fe13714bb68e299fa29e4.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |