commit: bf33e9e6359b29c84525ac7cc5d581e7e96b8b18 Author: David Heidelberg <david <AT> ixit <DOT> cz> AuthorDate: Sat Mar 9 11:24:53 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 20:30:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf33e9e6
media-libs/mesa: d3d9 now supports also iris Signed-off-by: David Heidelberg <david <AT> ixit.cz> Closes: https://github.com/gentoo/gentoo/pull/11315 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index e66a4bbfece..254bd0f3514 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -41,7 +41,7 @@ IUSE="${IUSE_VIDEO_CARDS} vdpau vulkan vulkan-overlay wayland xa xvmc" REQUIRED_USE=" - d3d9? ( dri3 || ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 @@ -356,7 +356,8 @@ multilib_src_configure() { $(meson_use unwind libunwind) ) - if use video_cards_r300 || + if use video_cards_iris || + use video_cards_r300 || use video_cards_r600 || use video_cards_radeonsi || use video_cards_nouveau ||
