mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 00:20:43 +01:00
util: Don't link to SHA1 library if shader-cache is disabled.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
c04339486a
commit
a2dde3a8da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue