Compare commits

...

4 Commits

Author SHA1 Message Date
Owen Zimmerman 55b8bc545f Merge branch 'f42' into Owen-sz-patch-3-1 2025-08-26 21:20:25 -05:00
Owen Zimmerman 0c9dd660e2 Needs this too
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-08-26 21:17:25 -05:00
Owen Zimmerman 581f949fad Bump release
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-08-26 20:28:39 -05:00
Owen Zimmerman 1df3a02c7e Fix: Mesa 42 missing opencl
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-08-26 20:26:35 -05:00
+8
View File
@@ -389,6 +389,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
-Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
-Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
-Dteflon=%{?with_teflon:true}%{!?with_teflon:false} \
-Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
%if 0%{?with_opencl}
-Dgallium-rusticl=true \
%endif
@@ -489,10 +490,13 @@ 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
@@ -569,6 +573,10 @@ popd
%{_libdir}/dri/vmwgfx_dri.so
%endif
%endif
%if 0%{?with_opencl}
%dir %{_libdir}/gallium-pipe
%{_libdir}/gallium-pipe/*.so
%endif
%if 0%{?with_kmsro}
%{_libdir}/dri/armada-drm_dri.so
%{_libdir}/dri/exynos_dri.so