mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv: fix configure.ac check
This should be positive test. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
24815bd7b3
commit
5267124648
1 changed files with 1 additions and 1 deletions
|
|
@ -2549,7 +2549,7 @@ if test -n "$with_gallium_drivers"; then
|
|||
done
|
||||
fi
|
||||
|
||||
if test "x$HAVE_RADEON_VULKAN" != "x0"; then
|
||||
if test "x$HAVE_RADEON_VULKAN" = "xyes"; then
|
||||
radeon_llvm_check "radv" "3" "9" "0"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue