[mesa] fix build on s390(x)

Dan Horák sharkcz at fedoraproject.org
Fri Dec 2 16:19:01 UTC 2011


commit 5b97e5058c98a0e84f705dd369e71d34ea65fb61
Author: Dan Horák <dan at danny.cz>
Date:   Fri Dec 2 17:18:56 2011 +0100

    fix build on s390(x)

 mesa.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index af9f592..1f4d9cd 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -26,7 +26,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.12
-Release: 0.4%{?dist}
+Release: 0.5%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -224,6 +224,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 %else
     --disable-gallium-llvm \
     --with-gallium-drivers=swrast \
+    --enable-dri \
 %endif
     %{?dri_drivers}
 
@@ -413,6 +414,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/osmesa.pc
 
 %changelog
+* Fri Dec 02 2011 Dan Horák <dan[at]danny.cz> 7.12-0.5
+- fix build on s390(x)
+
 * Tue Nov 29 2011 Adam Jackson <ajax at redhat.com> 7.12-0.4
 - Today's git snapshot
 - --enable-xcb


More information about the scm-commits mailing list