[mesa/f18] - explicit BR: libGL-devel is required on s390(x), it's probbaly brought in indirectly on x86 - gall

Dan Horák sharkcz at fedoraproject.org
Mon Oct 1 10:47:54 UTC 2012


commit 4e89a7adee5d68710072041db05c88388e2d6c36
Author: Dan Horák <dan at danny.cz>
Date:   Mon Oct 1 06:51:20 2012 -0400

    - explicit BR: libGL-devel is required on s390(x), it's probbaly brought in indirectly on x86
    - gallium drivers must be set explicitely for s390(x) otherwise also r300, r600 and vmwgfx are also built

 mesa.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index 981e5c6..e9891c1 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -38,7 +38,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 9.0
-Release: 0.2%{?dist}
+Release: 0.3%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -94,6 +94,7 @@ BuildRequires: bison flex
 BuildRequires: pkgconfig(wayland-client)
 BuildRequires: pkgconfig(wayland-server)
 %endif
+BuildRequires: mesa-libGL-devel
 
 %description
 Mesa
@@ -328,6 +329,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 %endif
 %else
     --disable-gallium-llvm \
+    --with-gallium-drivers=swrast \
     --enable-dri \
 %endif
     %{?dri_drivers}
@@ -591,6 +593,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Oct 01 2012 Dan Horák <dan[at]danny.cz> 9.0-0.3
+- explicit BR: libGL-devel is required on s390(x), it's probbaly brought in indirectly on x86
+- gallium drivers must be set explicitely for s390(x) otherwise also r300, r600 and vmwgfx are also built
+
 * Mon Sep 24 2012 Adam Jackson <ajax at redhat.com> 9.0-0.2
 - Switch to swrast classic instead of softpipe for non-llvm arches
 - Re-disable llvm on ppc until it can draw pixels


More information about the scm-commits mailing list