From 9c5ad33d4642a1ccab50fd689aaf9116c633ba9c Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Mon, 31 Mar 2025 10:55:35 +0300 Subject: [PATCH] Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32) --- mesa.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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