summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-11 08:22:49 -0800
committerMatt Turner <mattst88@gentoo.org>2017-03-11 08:23:31 -0800
commitba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4 (patch)
tree784fe6dac3a5889d0717ddc03a6f2071c84a3a8f /media-libs/mesa
parentprofiles: mask net-proxy/obfsproxy for removal (diff)
downloadgentoo-ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4.tar.gz
gentoo-ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4.tar.bz2
gentoo-ba3c9d7e2e751bf3b6d54c0877fb3b1fe218d9a4.zip
Revert "media-libs/mesa: Build radeonsi if only VIDEO_CARDS="radeon" is selected."
This reverts commit 906eaa04d5b56c1b5c7fb3afa1cf33ec92b40279. Bug: https://bugs.gentoo.org/612208
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-13.0.5.ebuild5
-rw-r--r--media-libs/mesa/mesa-17.0.1.ebuild5
-rw-r--r--media-libs/mesa/mesa-9999.ebuild5
3 files changed, 6 insertions, 9 deletions
diff --git a/media-libs/mesa/mesa-13.0.5.ebuild b/media-libs/mesa/mesa-13.0.5.ebuild
index 7e4026cc545c..3e047a89eb23 100644
--- a/media-libs/mesa/mesa-13.0.5.ebuild
+++ b/media-libs/mesa/mesa-13.0.5.ebuild
@@ -263,9 +263,8 @@ multilib_src_configure() {
gallium_enable video_cards_r600 r600
gallium_enable video_cards_radeonsi radeonsi
if ! use video_cards_r300 && \
- ! use video_cards_r600 && \
- ! use video_cards_radeonsi; then
- gallium_enable video_cards_radeon r300 r600 radeonsi
+ ! use video_cards_r600; then
+ gallium_enable video_cards_radeon r300 r600
fi
gallium_enable video_cards_freedreno freedreno
diff --git a/media-libs/mesa/mesa-17.0.1.ebuild b/media-libs/mesa/mesa-17.0.1.ebuild
index 0c6aef9635a7..6594ed90ea33 100644
--- a/media-libs/mesa/mesa-17.0.1.ebuild
+++ b/media-libs/mesa/mesa-17.0.1.ebuild
@@ -277,9 +277,8 @@ multilib_src_configure() {
gallium_enable video_cards_r600 r600
gallium_enable video_cards_radeonsi radeonsi
if ! use video_cards_r300 && \
- ! use video_cards_r600 && \
- ! use video_cards_radeonsi; then
- gallium_enable video_cards_radeon r300 r600 radeonsi
+ ! use video_cards_r600; then
+ gallium_enable video_cards_radeon r300 r600
fi
gallium_enable video_cards_freedreno freedreno
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a67d8058eed7..6ba97de334cc 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -262,9 +262,8 @@ multilib_src_configure() {
gallium_enable video_cards_r600 r600
gallium_enable video_cards_radeonsi radeonsi
if ! use video_cards_r300 && \
- ! use video_cards_r600 && \
- ! use video_cards_radeonsi; then
- gallium_enable video_cards_radeon r300 r600 radeonsi
+ ! use video_cards_r600; then
+ gallium_enable video_cards_radeon r300 r600
fi
gallium_enable video_cards_freedreno freedreno