From 7b3ce7154c43f27ab5440897b0c207947bc20bfc Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:32:13 +0300 Subject: [PATCH] --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4c97693..0e19bdb 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,7 @@ else # radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of # arches where we have LLVM enabled and where the Vulkan loader is built. ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64)) - VULKAN_DRIVERS += amd swrast virtio nouveau-experimental + VULKAN_DRIVERS += amd swrast virtio-experimental endif # Only enable amd on riscv64, swrast needs CPU JIT support which doesn't work properly yet