SHA256
1
0
forked from pool/Mesa

Accepting request 43865 from X11:XOrg

checked in (request 43865)

OBS-URL: https://build.opensuse.org/request/show/43865
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=119
This commit is contained in:
OBS User autobuild 2010-07-23 21:34:03 +00:00 committed by Git OBS Bridge
parent 5b955117cb
commit eaf72b4a20
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Fri Jul 23 22:52:14 CEST 2010 - sndirsch@suse.de
- reenable build of mga DRI driver (bnc #466635)
-------------------------------------------------------------------
Wed Jul 7 00:00:00 CEST 2010 - johannesobermayr@gmx.de

View File

@ -154,12 +154,12 @@ sed -i 's/REPLACE/%_lib/g' src/egl/drivers/dri2/Makefile
%install
rm -f src/mesa/depend
autoreconf -fi
### libGL (disable savage/mga, bnc #402132/#403071; reenable mga, bnc #466635)
### libGL (disable savage/mga, bnc #402132/#403071)
%configure --disable-glw \
--with-driver=dri \
%ifarch %ix86 x86_64
%if 0%{?suse_version} >= 1130
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast,nouveau,mga \
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast,nouveau \
%else
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast \
%endif