diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 77eefd1dd8e..b414edd30f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1719,6 +1719,9 @@ if test -n "$with_vulkan_drivers"; then xradeon) PKG_CHECK_MODULES([AMDGPU], [libdrm_amdgpu >= $LIBDRM_AMDGPU_REQUIRED]) HAVE_RADEON_VULKAN=yes; + if test "x$with_sha1" == "x"; then + AC_MSG_ERROR([radv vulkan driver requires SHA1]) + fi ;; *) AC_MSG_ERROR([Vulkan driver '$driver' does not exist]) |