SHA256
1
0
forked from pool/Mesa

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:
OBS User autobuild 2010-03-05 01:08:54 +00:00 committed by Git OBS Bridge
parent 6654a2f434
commit cefb1aef41
2 changed files with 10 additions and 1 deletions

View File

@ -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 Fri Jan 22 14:19:15 CET 2010 - ro@suse.de

View File

@ -17,6 +17,7 @@
# norootforbuild # norootforbuild
%define enable_nouveau 0
Name: Mesa Name: Mesa
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
@ -33,7 +34,7 @@ Obsoletes: Mesa-64bit
%endif %endif
# #
Version: 7.7 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 Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
Source: MesaLib-%{version}.tar.bz2 Source: MesaLib-%{version}.tar.bz2
Source1: MesaDemos-%{version}.tar.bz2 Source1: MesaDemos-%{version}.tar.bz2
@ -131,8 +132,10 @@ autoreconf -fi
--with-driver=dri \ --with-driver=dri \
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,ffb,swrast \ --with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,ffb,swrast \
%if %enable_nouveau
--enable-gallium-nouveau \ --enable-gallium-nouveau \
%endif %endif
%endif
%ifarch ppc %sparc %ifarch ppc %sparc
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,ffb,swrast \ --with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,ffb,swrast \
%endif %endif