die modesetting_drv die

This commit is contained in:
Adam Jackson 2010-02-17 22:31:47 +00:00
parent a2c0cdccda
commit 203ec05135

View File

@ -283,10 +283,10 @@ pushd $RPM_BUILD_ROOT%{_includedir}/
rm -rf EGL KHR rm -rf EGL KHR
popd popd
# delete me if i'm not needed, kthnx # no way to disable this manually. awesome.
#pushd $RPM_BUILD_ROOT%{_libdir} pushd $RPM_BUILD_ROOT%{_libdir}
#rm -f libEGL* dri/EGL* egl/egl_glx* egl/egl_dri2* xorg/modules/drivers/modesetting_drv.so rm -f xorg/modules/drivers/modesetting_drv.so
#popd popd
# XXX demos, since they don't install automatically. should fix that. # XXX demos, since they don't install automatically. should fix that.
install -d $RPM_BUILD_ROOT%{_bindir} 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 * 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 - Enable legacy nouveau build on ppc too, on the off chance that it works
(#564346) (#564346)
- --disable-egl - --disable-egl instead of rm.
* Wed Feb 17 2010 Ben Skeggs <bskeggs@redhat.com> 7.8-0.17 * Wed Feb 17 2010 Ben Skeggs <bskeggs@redhat.com> 7.8-0.17
- rebase + rebuild for nouveau interface changes - rebase + rebuild for nouveau interface changes