diff --git a/Mesa.changes b/Mesa.changes index 996d580..fe3d0e8 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -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 diff --git a/Mesa.spec b/Mesa.spec index bedf71e..e6c945e 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -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