libOSMesa is built, but only when DRI is disabled for some reason. Quick
hack to get it to build for now. Real fix sometime in the future.
This commit is contained in:
parent
95ed9d3307
commit
bea08edb39
@ -321,6 +321,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# NOTE: This is the software rasterizer only. Why it is 1.5.* is not clear
|
# NOTE: This is the software rasterizer only. Why it is 1.5.* is not clear
|
||||||
# to me currently, but it is a change from Xorg 6.8.2's Mesa.
|
# to me currently, but it is a change from Xorg 6.8.2's Mesa.
|
||||||
%{_libdir}/libGL.so.1.5.060400
|
%{_libdir}/libGL.so.1.5.060400
|
||||||
|
%{_libdir}/libOSMesa.so.6
|
||||||
|
%{_libdir}/libOSMesa.so.6.4.060400
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files libGL-devel
|
%files libGL-devel
|
||||||
@ -348,6 +350,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/GL/xmesa_x.h
|
%{_includedir}/GL/xmesa_x.h
|
||||||
%{_includedir}/GL/xmesa_xf86.h
|
%{_includedir}/GL/xmesa_xf86.h
|
||||||
%{_libdir}/libGL.so
|
%{_libdir}/libGL.so
|
||||||
|
%if ! %{with_dri}
|
||||||
|
%{_libdir}/libOSMesa.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%files libGLU
|
%files libGLU
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user