OBS User unknown 2009-08-06 15:44:49 +00:00 committed by Git OBS Bridge
parent 4a10bb1fa6
commit 059123addc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 2 21:48:08 UTC 2009 - jansimon.moeller@opensuse.org
- add ARM variant to configure
-------------------------------------------------------------------
Fri Jul 31 12:39:02 CEST 2009 - sndirsch@suse.de

View File

@ -33,7 +33,7 @@ Obsoletes: Mesa-64bit
%endif
#
Version: 7.5
Release: 2
Release: 3
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
@ -135,6 +135,9 @@ autoreconf -fi
%endif
%ifarch s390 s390x
--with-dri-drivers=swrast \
%endif
%ifarch %arm
--with-dri-drivers=swrast \
%endif
--disable-glut
make -C src/gallium/state_trackers/dri