summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@fedoraproject.org>2010-01-07 02:00:08 +0000
committerDave Airlie <airlied@fedoraproject.org>2010-01-07 02:00:08 +0000
commitbda119263be8981da0bc095e5393487e58d5c147 (patch)
tree982de0a5c29a8b265ab539677e8374952a7d9bd2
parentc18aff5a8eaef11e770cfcbc37d8f5189751338c (diff)
downloadmesa-bda119263be8981da0bc095e5393487e58d5c147.tar.gz
mesa-bda119263be8981da0bc095e5393487e58d5c147.tar.xz
mesa-bda119263be8981da0bc095e5393487e58d5c147.zip
- Disable dricore for now as it conflicts with upstream vis changesmesa-7_8-0_9_fc13
-rw-r--r--mesa.spec3
1 files changed, 1 insertions, 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