disable Gallium for i915

This commit is contained in:
akdengi 2014-01-23 11:27:28 +04:00
parent 36a635c060
commit 5c25c21045

View file

@ -19,9 +19,9 @@
%endif
# as for the dri drivers: so providing one.
%define gallium_drivers "i915,r300,r600,nouveau,svga,swrast"
%define gallium_drivers "r300,r600,nouveau,svga,swrast"
%if %{with radeonsi}
%define gallium_drivers "i915,r300,r600,radeonsi,nouveau,svga,swrast"
%define gallium_drivers "r300,r600,radeonsi,nouveau,svga,swrast"
%endif
%define short_ver 9.2.4
@ -29,7 +29,7 @@
Summary: OpenGL 3.0 compatible 3D graphics library
Name: mesa
Version: 9.2.4
Release: 3
Release: 4
License: MIT
Group: System/Libraries
Url: http://www.mesa3d.org