From 11197c122c91bc88c8499a424ed5f6defda9aae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 10 May 2011 12:07:38 +0200 Subject: [PATCH] r300 needs to be explicitely disabled when with_hardware == 0 --- mesa.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index ad8543b..d184e8f 100644 --- a/mesa.spec +++ b/mesa.spec @@ -18,7 +18,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 7.11 -Release: 0.9.%{gitdate}.0%{?dist} +Release: 0.10.%{gitdate}.0%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -273,11 +273,13 @@ mv libllvmcore*.so %{_lib} %if %{with_hardware} --enable-gallium-llvm \ --enable-gallium-radeon \ + --enable-gallium-r300 \ --enable-gallium-r600 \ --enable-gallium-nouveau \ %else --disable-gallium-llvm \ --disable-gallium-radeon \ + --disable-gallium-r300 \ --disable-gallium-r600 \ --disable-gallium-nouveau \ %endif @@ -486,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libOSMesa.so %changelog +* Tue May 10 2011 Dan HorĂ¡k 7.11-0.10.20110509.0 +- r300 needs to be explicitely disabled when with_hardware == 0 + * Mon May 09 2011 Dave Airlie 7.11-0.9.20110509.0 - fix rv6xx regression in last set of changes (#702872)