mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 23:22:58 +00:00
disable Gallium for i915
This commit is contained in:
parent
36a635c060
commit
5c25c21045
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# as for the dri drivers: so providing one.
|
# 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}
|
%if %{with radeonsi}
|
||||||
%define gallium_drivers "i915,r300,r600,radeonsi,nouveau,svga,swrast"
|
%define gallium_drivers "r300,r600,radeonsi,nouveau,svga,swrast"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define short_ver 9.2.4
|
%define short_ver 9.2.4
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
Summary: OpenGL 3.0 compatible 3D graphics library
|
Summary: OpenGL 3.0 compatible 3D graphics library
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.2.4
|
Version: 9.2.4
|
||||||
Release: 3
|
Release: 4
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.mesa3d.org
|
Url: http://www.mesa3d.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue