summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-04-09 15:06:32 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-04-09 15:06:32 +0000
commitd3c4211e93201561f1de4a2cb723f4d71126a6a8 (patch)
tree7bdc7415baae8c34da23e4269903bf61a5ceae53
parentb978becd89c22eb70a8ea75e31fdffaeffc4413b (diff)
downloadmesa-d3c4211e93201561f1de4a2cb723f4d71126a6a8.tar.gz
mesa-d3c4211e93201561f1de4a2cb723f4d71126a6a8.tar.xz
mesa-d3c4211e93201561f1de4a2cb723f4d71126a6a8.zip
- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.mesa-7_1-0_22_fc9
- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons. - mesa-7.1-dri2.patch: Fix a header path. - Add buildreqs for the demos that suddenly stopped compiling.
-rw-r--r--mesa.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index 80659e9..08d8f26 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -51,6 +51,7 @@ BuildRequires: freeglut-devel
BuildRequires: libXfixes-devel
BuildRequires: libXdamage-devel
BuildRequires: libXi-devel
+BuildRequires: libXmu-devel
%description
Mesa
@@ -408,6 +409,8 @@ rm -rf $RPM_BUILD_ROOT
* Wed Apr 09 2008 Adam Jackson <ajax@redhat.com> 7.1-0.22
- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.
- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons.
+- mesa-7.1-dri2.patch: Fix a header path.
+- Add buildreqs for the demos that suddenly stopped compiling.
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.21
- Update git snapshot to pull in DRI2 direct rendering.