mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
mesa: fix deletion of radenosi_dri.so
fixes build on EL7.
This commit is contained in:
parent
ade939e6c9
commit
34df1031e2
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ install -m 0644 include/KHR/*.h $RPM_BUILD_ROOT%{_includedir}/KHR
|
|||
|
||||
%if 0%{?rhel}
|
||||
# remove pre-DX9 drivers
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/dri/{radeon,r200,nouveau_vieux}*
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/dri/{radeon,r200,nouveau_vieux}_dri.*
|
||||
%endif
|
||||
|
||||
# strip out undesirable headers
|
||||
|
|
Loading…
Reference in a new issue