summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-08-25 12:38:59 +0200
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-08-25 12:38:59 +0200
commitba8209f6e3e003f6d23ca6ca40ab90786594bb91 (patch)
tree73643a72ddb20f170dd8ed8ebe7980dd23d37dea /media-libs
parentx11-drivers/ati-drivers: drop watermark removal code (diff)
downloadx11-ba8209f6e3e003f6d23ca6ca40ab90786594bb91.tar.gz
x11-ba8209f6e3e003f6d23ca6ca40ab90786594bb91.tar.bz2
x11-ba8209f6e3e003f6d23ca6ca40ab90786594bb91.zip
media-libs/mesa: import REQUIRED_USE changes from portage.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 4891d833..f12d7034 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -55,7 +55,12 @@ IUSE="${IUSE_VIDEO_CARDS}
REQUIRED_USE="
llvm? ( gallium )
openvg? ( egl gallium )
- opencl? ( gallium r600-llvm-compiler )
+ opencl? (
+ gallium
+ video_cards_r600? ( r600-llvm-compiler )
+ video_cards_radeon? ( r600-llvm-compiler )
+ video_cards_radeonsi? ( r600-llvm-compiler )
+ )
gles1? ( egl )
gles2? ( egl )
r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) )