Re: [Mesa-dev] [PATCH] mesa: disable building the shader cache on macos

2018-05-08 Thread Vinson Lee
On Tue, May 8, 2018 at 10:34 PM, Timothy Arceri wrote: > The shader cache code wont be used on this platform so just disable > it to avoid make check errors. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103264 > --- > configure.ac | 4 +++- > 1 file changed, 3 insertions(+), 1 delet

Re: [Mesa-dev] [PATCH] mesa: disable building the shader cache on macos

2018-05-08 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 09.05.2018 08:34, Timothy Arceri wrote: The shader cache code wont be used on this platform so just disable it to avoid make check errors. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103264 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1

[Mesa-dev] [PATCH] mesa: disable building the shader cache on macos

2018-05-08 Thread Timothy Arceri
The shader cache code wont be used on this platform so just disable it to avoid make check errors. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103264 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c0fbfe94135..d