- reenable build of mga DRI driver (bnc #466635)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=118
This commit is contained in:
Stefan Dirsch 2010-07-23 21:05:29 +00:00 committed by Git OBS Bridge
parent 740412e0d3
commit 5b955117cb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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)
### libGL (disable savage/mga, bnc #402132/#403071; reenable mga, bnc #466635)
%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 \
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast,nouveau,mga \
%else
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast \
%endif