From 080c3f95642cd50aa942697b2a6df8016a7a6c6a Mon Sep 17 00:00:00 2001 From: Elias Souza Date: Mar 02 2024 22:55:09 +0000 Subject: spec: Don't build Clover RustICL already provides a good OpenCL support and can run among various drivers including Zink driver. Clover is not more necessary and is just a bloat thing to package --- diff --git a/mesa.spec b/mesa.spec index ff549f2..76a1550 100644 --- a/mesa.spec +++ b/mesa.spec @@ -384,7 +384,6 @@ export RUSTFLAGS="%build_rustflags" -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \ -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \ -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \ - -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \ %if 0%{?with_opencl} -Dgallium-rusticl=true \ %endif @@ -507,12 +506,9 @@ popd %if 0%{?with_opencl} %files libOpenCL -%{_libdir}/libMesaOpenCL.so.* %{_libdir}/libRusticlOpenCL.so.* -%{_sysconfdir}/OpenCL/vendors/mesa.icd %{_sysconfdir}/OpenCL/vendors/rusticl.icd %files libOpenCL-devel -%{_libdir}/libMesaOpenCL.so %{_libdir}/libRusticlOpenCL.so %endif