summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-10 10:06:52 +1000
committerDave Airlie <airlied@redhat.com>2016-10-10 10:08:47 +1000
commitdb5d278541a1bec3e51c2f0cecd2d127abdfc59c (patch)
tree208e814717855c41b736457ae5592b8d301fd29d /configure.ac
parent185be15d9d48b548c14db221bf7f7c4fb294e7ea (diff)
downloadexternal_mesa3d-db5d278541a1bec3e51c2f0cecd2d127abdfc59c.zip
external_mesa3d-db5d278541a1bec3e51c2f0cecd2d127abdfc59c.tar.gz
external_mesa3d-db5d278541a1bec3e51c2f0cecd2d127abdfc59c.tar.bz2
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 <airlied@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 77eefd1..b414edd 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])