summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2010-02-17 22:31:47 +0000
committerAdam Jackson <ajax@fedoraproject.org>2010-02-17 22:31:47 +0000
commit203ec0513559483ddffe93213c162ddb54829b1d (patch)
treeecf855d4f768cb42adc3cf3a178412eb46c2b247
parenta2c0cdccdad4e41d1ff54a2623bf14a000be32d9 (diff)
downloadmesa-203ec0513559483ddffe93213c162ddb54829b1d.tar.gz
mesa-203ec0513559483ddffe93213c162ddb54829b1d.tar.xz
mesa-203ec0513559483ddffe93213c162ddb54829b1d.zip
die modesetting_drv diemesa-7_8-0_18_fc13
-rw-r--r--mesa.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/mesa.spec b/mesa.spec
index 60d8212..ec9e07a 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -283,10 +283,10 @@ pushd $RPM_BUILD_ROOT%{_includedir}/
rm -rf EGL KHR
popd
-# delete me if i'm not needed, kthnx
-#pushd $RPM_BUILD_ROOT%{_libdir}
-#rm -f libEGL* dri/EGL* egl/egl_glx* egl/egl_dri2* xorg/modules/drivers/modesetting_drv.so
-#popd
+# no way to disable this manually. awesome.
+pushd $RPM_BUILD_ROOT%{_libdir}
+rm -f xorg/modules/drivers/modesetting_drv.so
+popd
# XXX demos, since they don't install automatically. should fix that.
install -d $RPM_BUILD_ROOT%{_bindir}
@@ -409,7 +409,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Feb 17 2010 Adam Jackson <ajax@redhat.com> 7.8-0.18
- Enable legacy nouveau build on ppc too, on the off chance that it works
(#564346)
-- --disable-egl
+- --disable-egl instead of rm.
* Wed Feb 17 2010 Ben Skeggs <bskeggs@redhat.com> 7.8-0.17
- rebase + rebuild for nouveau interface changes