summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vesely <jano.vesely@gmail.com>2018-06-15 14:03:14 -0400
committerMatt Turner <mattst88@gentoo.org>2018-06-15 14:35:45 -0700
commit6c41530ba8a4f5523f890a88f911b32a0870fdd4 (patch)
treec798ec45ad6404995a33d553cb58985c4c7eb049 /media-libs/mesa/mesa-17.3.9.ebuild
parentarm64: Mask opencl useflag on media-libs/mesa (diff)
downloadgentoo-6c41530ba8a4f5523f890a88f911b32a0870fdd4.tar.gz
gentoo-6c41530ba8a4f5523f890a88f911b32a0870fdd4.tar.bz2
gentoo-6c41530ba8a4f5523f890a88f911b32a0870fdd4.zip
media-libs/mesa: opencl implementation is available only for r600 or radeonsi GPUs
Closes: https://bugs.gentoo.org/658120
Diffstat (limited to 'media-libs/mesa/mesa-17.3.9.ebuild')
-rw-r--r--media-libs/mesa/mesa-17.3.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-17.3.9.ebuild b/media-libs/mesa/mesa-17.3.9.ebuild
index 6a26d1b522d9..7f78fbc062ba 100644
--- a/media-libs/mesa/mesa-17.3.9.ebuild
+++ b/media-libs/mesa/mesa-17.3.9.ebuild
@@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS}
REQUIRED_USE="
d3d9? ( dri3 gallium )
llvm? ( gallium )
- opencl? ( gallium llvm )
+ opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) )
openmax? ( gallium )
gles1? ( egl )
gles2? ( egl )