mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
remove gallium_drv_video.so and replace by drivers
it's not anymore installed since 0c0f841e5de27d01312f8857641668ca439b1ab1 Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
46d1191d85
commit
6e30f9806b
1 changed files with 7 additions and 3 deletions
10
mesa.spec
10
mesa.spec
|
@ -536,10 +536,14 @@ popd
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/dri/kms_swrast_dri.so
|
%{_libdir}/dri/kms_swrast_dri.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/dri/swrast_dri.so
|
%{_libdir}/dri/nouveau_drv_video.so
|
||||||
%if 0%{?with_vaapi}
|
%if 0%{?with_llvm}
|
||||||
%{_libdir}/dri/gallium_drv_video.so
|
%{_libdir}/dri/r600_drv_video.so
|
||||||
|
%if 0%{?with_radeonsi}
|
||||||
|
%{_libdir}/dri/radeonsi_drv_video.so
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
%{_libdir}/dri/swrast_dri.so
|
||||||
%{_libdir}/dri/virtio_gpu_dri.so
|
%{_libdir}/dri/virtio_gpu_dri.so
|
||||||
|
|
||||||
%if %{with_hardware}
|
%if %{with_hardware}
|
||||||
|
|
Loading…
Reference in a new issue