From 37470a524120c99a0d6244724c8f0fce598ba4dd3d2940d3d5d7a46e002b3382 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 22 Feb 2012 15:27:37 +0000 Subject: [PATCH] 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 --- Mesa.changes | 5 +++++ Mesa.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 6954b79..05dc1dd 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -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 diff --git a/Mesa.spec b/Mesa.spec index 2f9bda8..19cb693 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -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