diff options
author | Marek Olšák <[email protected]> | 2016-11-13 16:38:01 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-11-15 20:22:28 +0100 |
commit | 31727300e177b11c2b2b267838b59b090cb605d0 (patch) | |
tree | fe8780aeade71541c70849edb18ce600977ee400 /src/compiler/Makefile.glsl.am | |
parent | 5b8876609ec526cd407e86b50bf8587ddb5bbacd (diff) |
util: import cache.c/h from glsl
It's not dependent on GLSL and it can be useful for shader caches that don't
deal with GLSL.
v2: address review comments
v3: keep the other 3 lines in configure.ac
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.glsl.am')
-rw-r--r-- | src/compiler/Makefile.glsl.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 3eac677de0d..5b1d74e2835 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -131,10 +131,6 @@ glsl_libglsl_la_SOURCES = \ $(LIBGLSL_GENERATED_FILES) \ $(LIBGLSL_FILES) -if ENABLE_SHADER_CACHE -glsl_libglsl_la_SOURCES += $(LIBGLSL_SHADER_CACHE_FILES) -endif - glsl_libstandalone_la_SOURCES = \ $(GLSL_COMPILER_CXX_FILES) |