- Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux

Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32
This commit is contained in:
eabdullin 2024-10-03 13:56:11 +03:00
parent 570e212d78
commit a1b615a267

View File

@ -31,6 +31,11 @@
%endif %endif
%ifarch %{arm} aarch64 %ifarch %{arm} 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
%if !0%{?rhel} %if !0%{?rhel}
%global with_etnaviv 1 %global with_etnaviv 1
%global with_lima 1 %global with_lima 1
@ -70,7 +75,7 @@ Name: mesa
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
%global ver 24.1.2 %global ver 24.1.2
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 3%{?dist} Release: 3%{?dist}.alma.1
License: MIT AND BSD-3-Clause AND SGI-B-2.0 License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -871,6 +876,10 @@ popd
%endif %endif
%changelog %changelog
* Thu Oct 03 2024 Eduard Abdullin <eabdullin@almalinux.org> - 23.3.3-1.alma.1
- Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux
Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32
* Mon Aug 26 2024 José Expósito <jexposit@redhat.com> - 24.1.2-3 * Mon Aug 26 2024 José Expósito <jexposit@redhat.com> - 24.1.2-3
- Match mesa-libEGL version - Match mesa-libEGL version
Cherry-picked from: https://src.fedoraproject.org/rpms/mesa/pull-request/24 Cherry-picked from: https://src.fedoraproject.org/rpms/mesa/pull-request/24