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: Sat, 30 Oct 2021 23:04:31
Message-Id: 1635635054.25f4edc762ac2119804f140d395c329a738be3ad.mattst88@gentoo
1 commit: 25f4edc762ac2119804f140d395c329a738be3ad
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 20:43:10 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 23:04:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f4edc7
7
8 media-libs/mesa: USE -Dprefer-iris= meson option
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index ac45323b97f..3d6bd95e308 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -518,6 +518,7 @@ multilib_src_configure() {
20 $(meson_use selinux)
21 $(meson_feature zstd)
22 $(meson_use video_cards_crocus prefer-crocus)
23 + $(meson_use video_cards_iris prefer-iris)
24 $(meson_use cpu_flags_x86_sse2 sse2)
25 -Dvalgrind=$(usex valgrind auto disabled)
26 -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}")