Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32)

This commit is contained in:
Koichiro Iwao 2025-03-31 10:55:35 +03:00 committed by eabdullin
parent ac7430595b
commit 9c5ad33d46

View File

@ -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 <meta@almalinux.org> - 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 <jexposit@redhat.com> - 24.2.8-2
- AMD Navi4x support