Accepting request 33641 from X11:XOrg
Copy from X11:XOrg/Mesa based on submit request 33641 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/33641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=81
This commit is contained in:
parent
6654a2f434
commit
cefb1aef41
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 28 22:10:09 CET 2010 - sndirsch@suse.de
|
||||
|
||||
- due to libdrm update disable build of nouveau driver for now
|
||||
(needs newer Mesa sources from git master)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 14:19:15 CET 2010 - ro@suse.de
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define enable_nouveau 0
|
||||
|
||||
Name: Mesa
|
||||
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
|
||||
@ -33,7 +34,7 @@ Obsoletes: Mesa-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 7.7
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
||||
Source: MesaLib-%{version}.tar.bz2
|
||||
Source1: MesaDemos-%{version}.tar.bz2
|
||||
@ -131,8 +132,10 @@ autoreconf -fi
|
||||
--with-driver=dri \
|
||||
%ifarch %ix86 x86_64
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,ffb,swrast \
|
||||
%if %enable_nouveau
|
||||
--enable-gallium-nouveau \
|
||||
%endif
|
||||
%endif
|
||||
%ifarch ppc %sparc
|
||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,ffb,swrast \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user