commit:     78b1b58bf0cf9a6971be2487191951d846cc5221
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 23:17:52 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 23:18:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1b58b

media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE

 media-libs/mesa/mesa-18.2.0_rc2.ebuild | 3 ++-
 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 592501bdb8e..f21c592631c 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 4bdf4c91e6f..6e51f277caf 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 )

Reply via email to