From 9b03df098431c3ae316beb7aed0f333e94f77c36 Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Wed, 7 May 2025 13:45:57 +0800 Subject: [PATCH] add support for RISC-V build --- mesa.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 92d5b2a..d2ce87d 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 %global with_hardware 1 %global with_vulkan_hw 1 @@ -27,6 +27,10 @@ %global extra_platform_vulkan ,broadcom,freedreno,panfrost %endif +%ifarch riscv64 +%global with_xa 1 +%endif + %global with_radeonsi 1 %global with_vmware 1 @@ -643,6 +647,9 @@ popd %endif %changelog +* Wed May 7 2025 Yihao Yan - 23.3.0-7 +- add support for riscv64 + * Wed Aug 28 2024 Wenlong Zhang - 23.3.0-6 - build with r600 -- Gitee