This commit is contained in:
parent
4a10bb1fa6
commit
059123addc
@ -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
|
Fri Jul 31 12:39:02 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Obsoletes: Mesa-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 7.5
|
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
|
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
|
||||||
@ -135,6 +135,9 @@ autoreconf -fi
|
|||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
--with-dri-drivers=swrast \
|
--with-dri-drivers=swrast \
|
||||||
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
--with-dri-drivers=swrast \
|
||||||
%endif
|
%endif
|
||||||
--disable-glut
|
--disable-glut
|
||||||
make -C src/gallium/state_trackers/dri
|
make -C src/gallium/state_trackers/dri
|
||||||
|
Loading…
Reference in New Issue
Block a user