SHA256
1
0
forked from pool/Mesa

Updating link to change in openSUSE:Factory/Mesa revision 94.0

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=53ddfb2a5764715dd8351a522dcaccdb
This commit is contained in:
OBS User buildservice-autocommit 2010-07-23 21:34:04 +00:00 committed by Git OBS Bridge
parent eaf72b4a20
commit d4191449a5
2 changed files with 8 additions and 3 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

@ -22,7 +22,7 @@
%define _version 7.8.2
Version: 7.8.2
Release: 2
Release: 3
Name: Mesa
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
@ -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