[Mesa-stable] [Mesa-dev] [PATCH] util: Don't link to SHA1 library if shader-cache is disabled.
Kenneth Graunke
kenneth at whitecape.org
Wed Jul 8 16:45:08 PDT 2015
On Tuesday, July 07, 2015 11:33:57 PM Matt Turner wrote:
> Cc: "10.6" <mesa-stable at lists.freedesktop.org>
> ---
> 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_CACHE
> libmesautil_la_SOURCES += $(MESA_UTIL_SHADER_CACHE_FILES)
> -endif
>
> libmesautil_la_LIBADD = $(SHA1_LIBS)
> +endif
>
> roundeven_test_LDADD = -lm
>
>
Yeah...haven't thought through a plan yet. This certainly seems
reasonable. Reverting it all and pushing it back in later isn't crazy
either, but with this patch I'm not sure it's hurting anything...
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-stable/attachments/20150708/e1a18df4/attachment.sig>
More information about the mesa-stable
mailing list