From 5b97e5058c98a0e84f705dd369e71d34ea65fb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 2 Dec 2011 17:18:56 +0100 Subject: [PATCH] fix build on s390(x) --- mesa.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 7.12-0.5 +- fix build on s390(x) + * Tue Nov 29 2011 Adam Jackson 7.12-0.4 - Today's git snapshot - --enable-xcb