mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 15:12:56 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue