upstream snapshot: fixes build issues

This commit is contained in:
Dave Airlie 2012-07-17 19:14:36 -04:00
parent 59f011598d
commit 0a32b17966
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ mesa-20100720.tar.bz2
/mesa-20120424.tar.xz
/mesa-20120603.tar.xz
/mesa-20120716.tar.xz
/mesa-20120717.tar.xz

View File

@ -30,13 +30,13 @@
%define _default_patch_fuzz 2
%define manpages gl-manpages-1.0.1
%define gitdate 20120716
%define gitdate 20120717
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 8.1
Release: 0.10%{?dist}
Release: 0.11%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -317,8 +317,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
%endif
%{?dri_drivers}
#ignore the man behind the curtain. - temp workaround mesa build bug
cd src/egl/wayland; make; cd -
make %{?_smp_mflags} MKDEP=/bin/true
pushd ../%{manpages}
@ -564,6 +562,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Jul 17 2012 Dave Airlie <airlied@redhat.com> 8.1-0.11
- upstream snapshot: fixes build issues
* Tue Jul 17 2012 Dave Airlie <airlied@redhat.com> 8.1-0.10
- snapshot mesa: add some build hackarounds

View File

@ -1,2 +1,2 @@
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
2c0d41631e7e12adbbe17246cd25b3a3 mesa-20120716.tar.xz
410fadf9ede21540dd23122b133875ae mesa-20120717.tar.xz