commit:     8754bee6b264554ccfed29e9d1c83ee720a0867f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 22:43:01 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 22:43:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8754bee6

media-libs/mesa: video_cards_imx requires video_cards_vivante

Closes: https://bugs.gentoo.org/633812
Package-Manager: Portage-2.3.12, Repoman-2.3.2

 media-libs/mesa/mesa-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index dbe0eda926a..b108f76ef3e 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -53,14 +53,14 @@ REQUIRED_USE="
        vaapi? ( gallium )
        vdpau? ( gallium )
        vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
-                 video_cards_radeonsi? ( llvm ) )
+                         video_cards_radeonsi? ( llvm ) )
        wayland? ( egl gbm )
        xa?  ( gallium )
        video_cards_freedreno?  ( gallium )
        video_cards_intel?  ( classic )
        video_cards_i915?   ( || ( classic gallium ) )
        video_cards_i965?   ( classic )
-       video_cards_imx?    ( gallium )
+       video_cards_imx?    ( gallium video_cards_vivante )
        video_cards_nouveau? ( || ( classic gallium ) )
        video_cards_radeon? ( || ( classic gallium )
                                                  gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )

Reply via email to