summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-08-15 16:17:52 -0700
committerMatt Turner <mattst88@gentoo.org>2018-08-15 16:18:33 -0700
commit78b1b58bf0cf9a6971be2487191951d846cc5221 (patch)
treefef8862953506bfa89e9c5e9c76c66b66f7cc78c /media-libs/mesa/mesa-9999.ebuild
parentsys-kernel/gentoo-sources: Remove L1TF vulnerable 4.18.0 kernel (diff)
downloadgentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.tar.gz
gentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.tar.bz2
gentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.zip
media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 4bdf4c91e6f4..6e51f277cafd 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -50,7 +50,8 @@ REQUIRED_USE="
lm_sensors? ( gallium )
vaapi? ( gallium )
vdpau? ( gallium )
- vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
video_cards_radeonsi? ( llvm ) )
wayland? ( egl gbm )
xa? ( gallium )