Accepting request 68023 from home:fcrozat:gnome3
reviewed ok. OBS-URL: https://build.opensuse.org/request/show/68023 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=148
This commit is contained in:
parent
8a45be7f3b
commit
71652cce8d
@ -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,11 +18,12 @@
|
||||
# norootforbuild
|
||||
|
||||
%define enable_nouveau 1
|
||||
%define enable_radeon_gallium 1
|
||||
|
||||
%define _version 7.10
|
||||
|
||||
Version: 7.10
|
||||
Release: 0
|
||||
Release: 1
|
||||
|
||||
Name: Mesa
|
||||
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
|
||||
@ -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