summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-09-02 03:05:32 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-09-02 03:05:32 +0200
commite0d5d61a2b32f4e347e82bce4bf01a47e95c3c55 (patch)
treecc8f75ef02f714dd0d594e6efb667667e9bb8689 /media-libs
parentx11-libs/libdrm: allow amdgpu to be configured individually (diff)
downloadgentoo-e0d5d61a2b32f4e347e82bce4bf01a47e95c3c55.tar.gz
gentoo-e0d5d61a2b32f4e347e82bce4bf01a47e95c3c55.tar.bz2
gentoo-e0d5d61a2b32f4e347e82bce4bf01a47e95c3c55.zip
media-libs/mesa: radeonsi requires x11-libs/libdrm[video_cards_amdgpu]
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-11.0.0_rc2.ebuild3
-rw-r--r--media-libs/mesa/mesa-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-11.0.0_rc2.ebuild b/media-libs/mesa/mesa-11.0.0_rc2.ebuild
index 73f53c533611..309e8824f24f 100644
--- a/media-libs/mesa/mesa-11.0.0_rc2.ebuild
+++ b/media-libs/mesa/mesa-11.0.0_rc2.ebuild
@@ -133,6 +133,9 @@ for card in ${RADEON_CARDS}; do
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
"
done
+RDEPEND="${RDEPEND}
+ video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] )
+"
DEPEND="${RDEPEND}
llvm? (
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index ceb2c93bae53..d166219537e8 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -134,6 +134,9 @@ for card in ${RADEON_CARDS}; do
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
"
done
+RDEPEND="${RDEPEND}
+ video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] )
+"
DEPEND="${RDEPEND}
llvm? (