commit: 1bef2754353b7bfc056f5fbc9d78339bfc1723db
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 00:20:41 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 00:22:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bef2754
media-libs/mesa: Don't request 'kmsro' driver
Has been unnecessary since upstream commit 70813c1c13b ("meson: Remove
kmsro from gallium-drivers") in 2021. Commit 89863a050be ("meson,ci:
remove dead `kmsro` option in `gallium-drivers`") finally removed it
from meson_options.txt.
Closes: https://bugs.gentoo.org/937832
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/mesa/mesa-24.2.0_rc4.ebuild | 9 ---------
media-libs/mesa/mesa-9999.ebuild | 9 ---------
2 files changed, 18 deletions(-)
diff --git a/media-libs/mesa/mesa-24.2.0_rc4.ebuild
b/media-libs/mesa/mesa-24.2.0_rc4.ebuild
index 8085ce737146..6da3a0f80393 100644
--- a/media-libs/mesa/mesa-24.2.0_rc4.ebuild
+++ b/media-libs/mesa/mesa-24.2.0_rc4.ebuild
@@ -362,15 +362,6 @@ multilib_src_configure() {
emesonargs+=(-Dgallium-xa=disabled)
fi
- if use video_cards_freedreno ||
- use video_cards_lima ||
- use video_cards_panfrost ||
- use video_cards_v3d ||
- use video_cards_vc4 ||
- use video_cards_vivante; then
- gallium_enable -- kmsro
- fi
-
gallium_enable !llvm softpipe
gallium_enable llvm llvmpipe
gallium_enable video_cards_d3d12 d3d12
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 8085ce737146..6da3a0f80393 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -362,15 +362,6 @@ multilib_src_configure() {
emesonargs+=(-Dgallium-xa=disabled)
fi
- if use video_cards_freedreno ||
- use video_cards_lima ||
- use video_cards_panfrost ||
- use video_cards_v3d ||
- use video_cards_vc4 ||
- use video_cards_vivante; then
- gallium_enable -- kmsro
- fi
-
gallium_enable !llvm softpipe
gallium_enable llvm llvmpipe
gallium_enable video_cards_d3d12 d3d12