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, 07 Mar 2020 03:10:41
Message-Id: 1583550623.610435804dde859d84d0bebf8e8ad29729256ab4.mattst88@gentoo
1 commit: 610435804dde859d84d0bebf8e8ad29729256ab4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 03:04:24 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 03:10:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61043580
7
8 media-libs/mesa: Enable IUSE=libglvnd by default
9
10 It's going to be unmasked soon, and I'd like to have it enabled by
11 default for Mesa 20.0.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/mesa/mesa-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
19 index 4710eca2f2d..d6118a8b9af 100644
20 --- a/media-libs/mesa/mesa-9999.ebuild
21 +++ b/media-libs/mesa/mesa-9999.ebuild
22 @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do
23 done
24
25 IUSE="${IUSE_VIDEO_CARDS}
26 - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
27 + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm
28 lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
29 vulkan-overlay wayland +X xa xvmc +zstd"