summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-08-12 20:20:41 -0400
committerMatt Turner <mattst88@gentoo.org>2024-08-12 20:22:19 -0400
commit1bef2754353b7bfc056f5fbc9d78339bfc1723db (patch)
tree6d175da04068bdbd3e1405b63a7406bf6d8c075a /media-libs/mesa
parentsys-kernel/linux-firmware: drop 20240610-r1 (diff)
downloadgentoo-1bef2754353b7bfc056f5fbc9d78339bfc1723db.tar.gz
gentoo-1bef2754353b7bfc056f5fbc9d78339bfc1723db.tar.bz2
gentoo-1bef2754353b7bfc056f5fbc9d78339bfc1723db.zip
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@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-24.2.0_rc4.ebuild9
-rw-r--r--media-libs/mesa/mesa-9999.ebuild9
2 files changed, 0 insertions, 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