Enable v3d, vc4 for Raspberry Pi graphics
Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32
This commit is contained in:
parent
2e216ad5a3
commit
9ddf16c068
@ -20,6 +20,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
|
||||||
@ -54,7 +59,7 @@ Name: mesa
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 23.3.3
|
%global ver 23.3.3
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.alma.1
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
@ -616,6 +621,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 24 2024 Koichiro Iwao <meta@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
|
||||||
|
|
||||||
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 23.3.3-1
|
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 23.3.3-1
|
||||||
- Update to mesa 23.3.3
|
- Update to mesa 23.3.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user