util: always include sha1 into the build
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 4 Sep 2015 20:43:22 +0000 (16:43 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sun, 6 Sep 2015 20:11:24 +0000 (16:11 -0400)
commit13bfa5201162185005fa9a45f7bc76e5909ab193
tree6b81a9395443997e0db17002df135471c57741d7
parente40f32d5626c87d9e77bbc261df3648cd54bd066
util: always include sha1 into the build

SHA1 is now used in all builds when HAVE_SHA1 is defined. Adjust src to
do the same thing, rather than predicating on shader cache.

Fixes: 04e201d0c02 ("mesa: change 'SHADER_SUBST' facility to work with env variables")
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Dave Airlie <airlied@gmail.com>
src/util/Makefile.am
src/util/Makefile.sources
src/util/mesa-sha1.c