summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-02-28 15:25:23 -0500
committerMatt Turner <mattst88@gentoo.org>2024-02-28 15:26:41 -0500
commit0b8373dbaa67d89e86ab951d2f47b76cc9ccd0a4 (patch)
tree78df04cb4e4eb067dea2c341f26b67b2d82a3184 /media-libs
parentdev-util/intel_clc: Version bump to 24.0.2 (diff)
downloadgentoo-0b8373dbaa67d89e86ab951d2f47b76cc9ccd0a4.tar.gz
gentoo-0b8373dbaa67d89e86ab951d2f47b76cc9ccd0a4.tar.bz2
gentoo-0b8373dbaa67d89e86ab951d2f47b76cc9ccd0a4.zip
media-libs/mesa: Depend on libelf for radeonsi
Closes: https://bugs.gentoo.org/925416 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 93b5563fdc79..8ad8fa7ea40f 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -74,9 +74,6 @@ RDEPEND="
sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}]
)
")
- video_cards_radeonsi? (
- virtual/libelf:0=[${MULTILIB_USEDEP}]
- )
video_cards_r600? (
virtual/libelf:0=[${MULTILIB_USEDEP}]
)
@@ -95,6 +92,7 @@ RDEPEND="
>=media-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
)
vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
+ video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-1.18.0[${MULTILIB_USEDEP}] )
${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_intel?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]