Re: [Mesa-dev] [PATCH] util: Don't link to SHA1 library if shader-cache is disabled.

2015-07-08 Thread Kenneth Graunke
On Tuesday, July 07, 2015 11:33:57 PM Matt Turner wrote: > Cc: "10.6" > --- > src/util/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/util/Makefile.am b/src/util/Makefile.am > index 2e7542e..1e087b4 100644 > --- a/src/util/Makefile.am > +++ b/src/util/Ma

[Mesa-dev] [PATCH] util: Don't link to SHA1 library if shader-cache is disabled.

2015-07-07 Thread Matt Turner
Cc: "10.6" --- src/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 2e7542e..1e087b4 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -46,9 +46,9 @@ libmesautil_la_SOURCES = \ if ENABLE_SHADER_