(sad trombone noise)

This commit is contained in:
Adam Jackson 2008-02-21 18:36:37 +00:00
parent 5babb96f9e
commit b6264c378a

View file

@ -150,7 +150,8 @@ This package provides some demo applications for testing Mesa.
%prep %prep
#%setup -q -n Mesa-%{version}pre -b1 -b2 #%setup -q -n Mesa-%{version}pre -b1 -b2
%setup -q -n mesa-%{gitdate} -b2 %setup -q -n mesa-%{gitdate} -b2
%patch -p1 -b .osmesa %patch0 -p1 -b .osmesa
%patch1 -p1 -b .dri-drivers
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
# license and are not open source/free software, so we remove them. # license and are not open source/free software, so we remove them.
@ -194,9 +195,9 @@ make clean
--with-driver=%{driver} \ --with-driver=%{driver} \
--with-dri-driverdir=%{_libdir}/dri --with-dri-driverdir=%{_libdir}/dri
echo "--- MESA CONFIGURATION ---" #echo "--- MESA CONFIGURATION ---"
cat configs/current #cat configs/current
echo "--- END MESA CONFIGURATION ---" #echo "--- END MESA CONFIGURATION ---"
make #{?_smp_mflags} make #{?_smp_mflags}