From: Dave Airlie Date: Mon, 10 Oct 2016 00:06:52 +0000 (+1000) Subject: radv: don't build without SHA1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db5d278541a1bec3e51c2f0cecd2d127abdfc59c;p=mesa.git radv: don't build without SHA1. Just copy the section from anv above this. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98167 Signed-off-by: Dave Airlie --- 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])