SHA256
1
0
forked from pool/Mesa

Accepting request 106492 from home:jengelh:branches:X11:XOrg

- use --enable-shared-dricore, saves ~33 MB

OBS-URL: https://build.opensuse.org/request/show/106492
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=195
This commit is contained in:
Stefan Dirsch 2012-02-22 15:27:37 +00:00 committed by Git OBS Bridge
parent 29e6d6702c
commit 37470a5241
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 14:27:44 UTC 2012 - jengelh@medozas.de
- use --enable-shared-dricore, saves ~33 MB
-------------------------------------------------------------------
Wed Feb 22 14:14:56 UTC 2012 - sndirsch@suse.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define _version 7.11.1
@ -379,9 +378,10 @@ autoreconf -fi
--with-driver=dri \
--with-egl-platforms=x11,drm \
--enable-shared-glapi \
--enable-shared-dricore \
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
%ifarch %ix86 x86_64
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,radeon,sis,tdfx,unichrome,swrast,mga,nouveau \
--with-dri-drivers=i810,i915,i965,mach64,nouveau,r128,r200,radeon,sis,tdfx,unichrome,swrast,mga \
%if 0%{?suse_version} >= 1130
--with-gallium-drivers=r300,r600,nouveau \
%else
@ -389,7 +389,7 @@ autoreconf -fi
%endif
%endif
%ifarch ppc ppc64 %sparc hppa
--with-dri-drivers=i810,i915,i965,mach64,r128,r200,radeon,tdfx,unichrome,swrast \
--with-dri-drivers=i810,i915,i965,mach64,nouveau,r128,r200,radeon,tdfx,unichrome,swrast \
%if 0%{?suse_version} >= 1130
--with-gallium-drivers=r300,r600,nouveau \
%else