meson: Do not require shader cache for radv.

We fixed the compile error a while ago.

Fixes: cc10b34e9e "util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache."
Reviewed-by: Drew Davenport <ddavenport@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5649>
This commit is contained in:
Bas Nieuwenhuizen 2020-06-25 18:06:42 +02:00 committed by Marge Bot
parent c0c03f4772
commit 3b74e6fa28
1 changed files with 0 additions and 3 deletions

View File

@ -909,9 +909,6 @@ if _shader_cache != 'disabled'
with_shader_cache = true
endif
endif
if with_amd_vk and not with_shader_cache
error('Radv requires shader cache support')
endif
# Check for GCC style builtins
foreach b : ['bswap32', 'bswap64', 'clz', 'clzll', 'ctz', 'expect', 'ffs',