From bda119263be8981da0bc095e5393487e58d5c147 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 7 Jan 2010 02:00:08 +0000 Subject: [PATCH] - Disable dricore for now as it conflicts with upstream vis changes --- mesa.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index a9893ff..24a6ca9 100644 --- a/mesa.spec +++ b/mesa.spec @@ -264,8 +264,7 @@ make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS= # just the DRI drivers that are sane install -d $RPM_BUILD_ROOT%{_libdir}/dri -install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null -#%{_lib}/libdricore.so <- readd for dricore +#install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null for f in i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis swrast tdfx unichrome gallium/vmwgfx; do so=%{_lib}/${f}_dri.so test -e $so && echo $so