summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2019-03-09 12:24:53 +0100
committerMatt Turner <mattst88@gentoo.org>2019-03-14 13:30:13 -0700
commitbf33e9e6359b29c84525ac7cc5d581e7e96b8b18 (patch)
treeb9c6f955faa95b79b0aa7048360aa184f2a16b27 /media-libs/mesa
parentdev-python/django-cors-headers: Django App that adds CORS headers to responses (diff)
downloadgentoo-bf33e9e6359b29c84525ac7cc5d581e7e96b8b18.tar.gz
gentoo-bf33e9e6359b29c84525ac7cc5d581e7e96b8b18.tar.bz2
gentoo-bf33e9e6359b29c84525ac7cc5d581e7e96b8b18.zip
media-libs/mesa: d3d9 now supports also iris
Signed-off-by: David Heidelberg <david@ixit.cz> Closes: https://github.com/gentoo/gentoo/pull/11315 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index e66a4bbfeceb..254bd0f3514b 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 ||