mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
disable gallium egl
This commit is contained in:
parent
c32b170be9
commit
bbf660eca1
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.10
|
Version: 7.10
|
||||||
Release: 0.13%{?dist}
|
Release: 0.14%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -256,6 +256,7 @@ make clean
|
||||||
%if %{with_hardware}
|
%if %{with_hardware}
|
||||||
--disable-gallium-intel \
|
--disable-gallium-intel \
|
||||||
--disable-gallium-svga \
|
--disable-gallium-svga \
|
||||||
|
--disable-gallium-egl \
|
||||||
--enable-gallium-radeon \
|
--enable-gallium-radeon \
|
||||||
--enable-gallium-r600 \
|
--enable-gallium-r600 \
|
||||||
--enable-gallium-nouveau \
|
--enable-gallium-nouveau \
|
||||||
|
@ -459,6 +460,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/libOSMesa.so
|
%{_libdir}/libOSMesa.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 02 2010 Adam Jackson <ajax@redhat.com> 7.10-0.14
|
||||||
|
- --disable-gallium-egl
|
||||||
|
|
||||||
* Wed Dec 01 2010 Dan Horák <dan[at]danny.cz> 7.10-0.13
|
* Wed Dec 01 2010 Dan Horák <dan[at]danny.cz> 7.10-0.13
|
||||||
- workaround failing build on s390(x)
|
- workaround failing build on s390(x)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue