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:
parent
eaf72b4a20
commit
d4191449a5
@ -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
|
Wed Jul 7 00:00:00 CEST 2010 - johannesobermayr@gmx.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define _version 7.8.2
|
%define _version 7.8.2
|
||||||
|
|
||||||
Version: 7.8.2
|
Version: 7.8.2
|
||||||
Release: 2
|
Release: 3
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base xorg-x11-devel
|
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
|
%install
|
||||||
rm -f src/mesa/depend
|
rm -f src/mesa/depend
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
### libGL (disable savage/mga, bnc #402132/#403071)
|
### libGL (disable savage/mga, bnc #402132/#403071; reenable mga, bnc #466635)
|
||||||
%configure --disable-glw \
|
%configure --disable-glw \
|
||||||
--with-driver=dri \
|
--with-driver=dri \
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
%if 0%{?suse_version} >= 1130
|
%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
|
%else
|
||||||
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast \
|
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user