From f05abc7efe9a8e3bf9e7c012a040d1b28dee6b40 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 8 May 2024 10:34:18 +0100 Subject: [PATCH] Minor feature enable cleanups --- mesa.spec | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/mesa.spec b/mesa.spec index 54230f9..f75313a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,9 +1,13 @@ %ifnarch s390x %global with_hardware 1 +%global with_radeonsi 1 +%global with_vmware 1 %global with_vulkan_hw 1 %global with_vdpau 1 %global with_va 1 %if !0%{?rhel} +%global with_r300 1 +%global with_r600 1 %global with_nine 1 %global with_nvk %{with vulkan_hw} %global with_omx 1 @@ -15,13 +19,16 @@ %ifarch %{ix86} x86_64 %global with_crocus 1 %global with_i915 1 +%global with_iris 1 +%global with_xa 1 %if !0%{?rhel} %global with_intel_clc 1 %endif -%global with_iris 1 -%global with_xa 1 %global intel_platform_vulkan ,intel,intel_hasvk %endif +%ifarch x86_64 +%global with_intel_vk_rt 1 +%endif %ifarch aarch64 x86_64 %{ix86} %if !0%{?rhel} @@ -38,15 +45,6 @@ %global extra_platform_vulkan ,broadcom,freedreno,panfrost,imagination-experimental %endif -%ifnarch s390x -%if !0%{?rhel} -%global with_r300 1 -%global with_r600 1 -%endif -%global with_radeonsi 1 -%global with_vmware 1 -%endif - %if !0%{?rhel} %global with_libunwind 1 %global with_lmsensors 1 @@ -422,10 +420,11 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/" -Dgbm=enabled \ -Dglx=dri \ -Degl=enabled \ - -Dglvnd=true \ + -Dglvnd=enabled \ %if 0%{?with_intel_clc} -Dintel-clc=enabled \ %endif + -Dintel-rt=%{?with_intel_vk_rt:enabled}%{!?with_intel_vk_rt:disabled} \ -Dmicrosoft-clc=disabled \ -Dllvm=enabled \ -Dshared-llvm=enabled \ @@ -441,9 +440,6 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/" -Dandroid-libbacktrace=disabled \ %ifarch %{ix86} -Dglx-read-only-text=true \ -%endif -%ifnarch x86_64 - -Dintel-rt=disabled \ %endif %{nil} %meson_build