mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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>
This commit is contained in:
parent
185be15d9d
commit
db5d278541
1 changed files with 3 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue