diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-15 16:17:52 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-15 16:18:33 -0700 |
commit | 78b1b58bf0cf9a6971be2487191951d846cc5221 (patch) | |
tree | fef8862953506bfa89e9c5e9c76c66b66f7cc78c /media-libs | |
parent | sys-kernel/gentoo-sources: Remove L1TF vulnerable 4.18.0 kernel (diff) | |
download | gentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.tar.gz gentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.tar.bz2 gentoo-78b1b58bf0cf9a6971be2487191951d846cc5221.zip |
media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-18.2.0_rc2.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-18.2.0_rc2.ebuild b/media-libs/mesa/mesa-18.2.0_rc2.ebuild index 592501bdb8e2..f21c592631cd 100644 --- a/media-libs/mesa/mesa-18.2.0_rc2.ebuild +++ b/media-libs/mesa/mesa-18.2.0_rc2.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 ) 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 ) |