Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 15 Aug 2018 23:18:54
Message-Id: 1534375113.78b1b58bf0cf9a6971be2487191951d846cc5221.mattst88@gentoo
1 commit: 78b1b58bf0cf9a6971be2487191951d846cc5221
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 23:17:52 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 23:18:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1b58b
7
8 media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE
9
10 media-libs/mesa/mesa-18.2.0_rc2.ebuild | 3 ++-
11 media-libs/mesa/mesa-9999.ebuild | 3 ++-
12 2 files changed, 4 insertions(+), 2 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-18.2.0_rc2.ebuild b/media-libs/mesa/mesa-18.2.0_rc2.ebuild
15 index 592501bdb8e..f21c592631c 100644
16 --- a/media-libs/mesa/mesa-18.2.0_rc2.ebuild
17 +++ b/media-libs/mesa/mesa-18.2.0_rc2.ebuild
18 @@ -50,7 +50,8 @@ REQUIRED_USE="
19 lm_sensors? ( gallium )
20 vaapi? ( gallium )
21 vdpau? ( gallium )
22 - vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
23 + vulkan? ( dri3
24 + || ( video_cards_i965 video_cards_radeonsi )
25 video_cards_radeonsi? ( llvm ) )
26 wayland? ( egl gbm )
27 xa? ( gallium )
28
29 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
30 index 4bdf4c91e6f..6e51f277caf 100644
31 --- a/media-libs/mesa/mesa-9999.ebuild
32 +++ b/media-libs/mesa/mesa-9999.ebuild
33 @@ -50,7 +50,8 @@ REQUIRED_USE="
34 lm_sensors? ( gallium )
35 vaapi? ( gallium )
36 vdpau? ( gallium )
37 - vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
38 + vulkan? ( dri3
39 + || ( video_cards_i965 video_cards_radeonsi )
40 video_cards_radeonsi? ( llvm ) )
41 wayland? ( egl gbm )
42 xa? ( gallium )