From 203ec0513559483ddffe93213c162ddb54829b1d Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 17 Feb 2010 22:31:47 +0000 Subject: [PATCH] die modesetting_drv die --- mesa.spec | 10 +++++----- 1 file 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 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 7.8-0.17 - rebase + rebuild for nouveau interface changes