summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharris <mharris@fedoraproject.org>2005-11-02 13:24:16 +0000
committermharris <mharris@fedoraproject.org>2005-11-02 13:24:16 +0000
commitbea08edb396dd2aa18bc7aa426f435fc4329f6f2 (patch)
treea45a2617bb79c6ede2fa07c50ede9490e423b238
parent95ed9d33071e6e79ed1a751716c859e803a389dc (diff)
downloadmesa-bea08edb396dd2aa18bc7aa426f435fc4329f6f2.tar.gz
mesa-bea08edb396dd2aa18bc7aa426f435fc4329f6f2.tar.xz
mesa-bea08edb396dd2aa18bc7aa426f435fc4329f6f2.zip
libOSMesa is built, but only when DRI is disabled for some reason. Quickmesa-6_4-2
hack to get it to build for now. Real fix sometime in the future.
-rw-r--r--mesa.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index e152aee..6bfc992 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -321,6 +321,8 @@ rm -rf $RPM_BUILD_ROOT
# 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.
%{_libdir}/libGL.so.1.5.060400
+%{_libdir}/libOSMesa.so.6
+%{_libdir}/libOSMesa.so.6.4.060400
%endif
%files libGL-devel
@@ -348,6 +350,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/GL/xmesa_x.h
%{_includedir}/GL/xmesa_xf86.h
%{_libdir}/libGL.so
+%if ! %{with_dri}
+%{_libdir}/libOSMesa.so
+%endif
%files libGLU
%defattr(-,root,root,-)