From 9b317d04e3a0f29b98a5e0e05abedb3d50bb3552 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Fri, 31 Jan 2025 18:06:00 +0900 Subject: [PATCH] Enable v3d, vc4 for Raspberry Pi graphics --- mesa.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 8aa5db3..9ed0baf 100644 --- a/mesa.spec +++ b/mesa.spec @@ -36,6 +36,13 @@ %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 @@ -68,7 +75,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 24.2.8 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: %autorelease +Release: %autorelease -e alma -s 1 License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org