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: Thu, 14 Mar 2019 20:30:34
Message-Id: 1552595413.bf33e9e6359b29c84525ac7cc5d581e7e96b8b18.mattst88@gentoo
1 commit: bf33e9e6359b29c84525ac7cc5d581e7e96b8b18
2 Author: David Heidelberg <david <AT> ixit <DOT> cz>
3 AuthorDate: Sat Mar 9 11:24:53 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 20:30:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf33e9e6
7
8 media-libs/mesa: d3d9 now supports also iris
9
10 Signed-off-by: David Heidelberg <david <AT> ixit.cz>
11 Closes: https://github.com/gentoo/gentoo/pull/11315
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/mesa/mesa-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index e66a4bbfece..254bd0f3514 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -41,7 +41,7 @@ IUSE="${IUSE_VIDEO_CARDS}
22 vdpau vulkan vulkan-overlay wayland xa xvmc"
23
24 REQUIRED_USE="
25 - d3d9? ( dri3 || ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
26 + d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
27 gles1? ( egl )
28 gles2? ( egl )
29 vulkan? ( dri3
30 @@ -356,7 +356,8 @@ multilib_src_configure() {
31 $(meson_use unwind libunwind)
32 )
33
34 - if use video_cards_r300 ||
35 + if use video_cards_iris ||
36 + use video_cards_r300 ||
37 use video_cards_r600 ||
38 use video_cards_radeonsi ||
39 use video_cards_nouveau ||