commit: 77edff05035b8ba783a86772ed0b8e8742050840
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 9 03:06:15 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 9 03:06:15 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=77edff05
media-libs/mesa: Explicitly disable shader-cache.
It doesn't actually do anything yet.
---
media-libs/mesa/mesa-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 46aac69..c2a3007 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -318,6 +318,7 @@ multilib_src_configure() {
--enable-dri \
--enable-glx \
--enable-shared-glapi \
+ --disable-shader-cache \
$(use_enable !bindist texture-float) \
$(use_enable d3d9 nine) \
$(use_enable debug) \