diff options
| author | mharris <mharris@fedoraproject.org> | 2005-11-02 13:24:16 +0000 |
|---|---|---|
| committer | mharris <mharris@fedoraproject.org> | 2005-11-02 13:24:16 +0000 |
| commit | bea08edb396dd2aa18bc7aa426f435fc4329f6f2 (patch) | |
| tree | a45a2617bb79c6ede2fa07c50ede9490e423b238 | |
| parent | 95ed9d33071e6e79ed1a751716c859e803a389dc (diff) | |
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.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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,-) |
