diff --git a/mesa.spec b/mesa.spec
index a83827b..8c6c7d4 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -46,6 +46,14 @@
%endif
%endif
+%ifarch aarch64
+# RHEL doesn't ship vc4 and v3d but we do for RPi
+%if 0%{?almalinux}
+%global with_vc4 1
+%global with_v3d 1
+%endif
+%endif
+
%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
%global with_etnaviv 1
@@ -810,6 +818,10 @@ popd
%endif
%changelog
+* Mon Mar 31 2025 Koichiro Iwao - 24.2.8-2
+- Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves:
+ https://github.com/AlmaLinux/raspberry-pi/issues/32)
+
## START: Generated by rpmautospec
* Wed Feb 26 2025 José Expósito - 24.2.8-2
- AMD Navi4x support