From: Matt Turner Date: Wed, 15 Aug 2018 23:17:52 +0000 (-0700) Subject: media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=78b1b58bf0cf9a6971be2487191951d846cc5221;p=gentoo.git media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE --- 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 )