docs: restore accidentally dropped labels
[mesa.git] / meson.build
index f14af82ace738920afb7a0ecf7628420025aa83a..464bbed485a32e2d10bdd34159fcb353cb14a6b8 100644 (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',