r300 needs to be explicitely disabled when with_hardware == 0

This commit is contained in:
Dan Horák 2011-05-10 12:07:38 +02:00
parent 3ef8e52022
commit 11197c122c
1 changed files with 6 additions and 1 deletions

View File

@ -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 <dan[at]danny.cz> 7.11-0.10.20110509.0
- r300 needs to be explicitely disabled when with_hardware == 0
* Mon May 09 2011 Dave Airlie <airlied@redhat.com> 7.11-0.9.20110509.0
- fix rv6xx regression in last set of changes (#702872)