mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +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
|
||||
%{_libdir}/dri/kms_swrast_dri.so
|
||||
%endif
|
||||
%{_libdir}/dri/swrast_dri.so
|
||||
%if 0%{?with_vaapi}
|
||||
%{_libdir}/dri/gallium_drv_video.so
|
||||
%{_libdir}/dri/nouveau_drv_video.so
|
||||
%if 0%{?with_llvm}
|
||||
%{_libdir}/dri/r600_drv_video.so
|
||||
%if 0%{?with_radeonsi}
|
||||
%{_libdir}/dri/radeonsi_drv_video.so
|
||||
%endif
|
||||
%endif
|
||||
%{_libdir}/dri/swrast_dri.so
|
||||
%{_libdir}/dri/virtio_gpu_dri.so
|
||||
|
||||
%if %{with_hardware}
|
||||
|
|
Loading…
Reference in a new issue