mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
(sad trombone noise)
This commit is contained in:
parent
5babb96f9e
commit
b6264c378a
1 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue