util: import sha1 implementation from OpenBSD
[mesa.git] / src / util / SConscript
index 73f34303976a0943455bdc49e10c97b4d84e1e4a..7e447f6e038b8d73d16671ee178026a1f67acf30 100644 (file)
@@ -33,11 +33,6 @@ mesautil_sources = (
     source_lists['MESA_UTIL_GENERATED_FILES']
 )
 
-# XXX We don't yet have scons support for detecting any of the various
-# HAVE_SHA1_* definitions, so for now simply disable the shader cache.
-if False:
-    mesautil_sources += source_lists['MESA_UTIL_SHADER_CACHE_FILES']
-
 mesautil = env.ConvenienceLibrary(
     target = 'mesautil',
     source = mesautil_sources,