From 2f9a0d2a48470dbfdde0edaade5777d7b9b231e9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 7 Sep 2023 14:19:23 -0400 Subject: [PATCH] Build a few more drivers for RHEL --- mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 2c3960a..351fc5a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -24,15 +24,15 @@ %ifarch aarch64 x86_64 %{ix86} %if !0%{?rhel} -%global with_etnaviv 1 %global with_lima 1 %global with_vc4 1 -%global with_v3d 1 %endif +%global with_etnaviv 1 %global with_freedreno 1 %global with_kmsro 1 %global with_panfrost 1 %global with_tegra 1 +%global with_v3d 1 %global with_xa 1 %global extra_platform_vulkan ,broadcom,freedreno,panfrost %endif