Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Mon, 09 Feb 2015 03:08:46
Message-Id: 1423451175.77edff05035b8ba783a86772ed0b8e8742050840.mattst88@gentoo
1 commit: 77edff05035b8ba783a86772ed0b8e8742050840
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 9 03:06:15 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 9 03:06:15 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=77edff05
7
8 media-libs/mesa: Explicitly disable shader-cache.
9
10 It doesn't actually do anything yet.
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 46aac69..c2a3007 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -318,6 +318,7 @@ multilib_src_configure() {
21 --enable-dri \
22 --enable-glx \
23 --enable-shared-glapi \
24 + --disable-shader-cache \
25 $(use_enable !bindist texture-float) \
26 $(use_enable d3d9 nine) \
27 $(use_enable debug) \