Accepting request 68194 from X11:XOrg
Accepted submit request 68194 from user coolo OBS-URL: https://build.opensuse.org/request/show/68194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=112
This commit is contained in:
commit
ec1145d448
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 08:15:37 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Enable gallium driver for radeon and r600
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 20:46:35 UTC 2011 - sndirsch@novell.com
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define enable_nouveau 1
|
||||
%define enable_radeon_gallium 1
|
||||
|
||||
%define _version 7.10
|
||||
|
||||
@ -168,6 +169,10 @@ autoreconf -fi
|
||||
%if %enable_nouveau
|
||||
--enable-gallium-nouveau \
|
||||
%endif
|
||||
%if %enable_radeon_gallium
|
||||
--enable-gallium-radeon \
|
||||
--enable-gallium-r600 \
|
||||
%endif
|
||||
%endif
|
||||
%ifarch ppc %sparc hppa
|
||||
%if 0%{?suse_version} >= 1130
|
||||
|
Loading…
Reference in New Issue
Block a user