- another attempt at GLSL build fix

This commit is contained in:
Dave Airlie 2009-12-20 23:34:09 +00:00
parent 2b04ed97a4
commit 2fb06b0685
2 changed files with 17 additions and 1 deletions

View file

@ -26,3 +26,16 @@ index 2967baf..1d21068 100644
--
1.6.5.2
diff --git a/src/mesa/shader/slang/library/Makefile b/src/mesa/shader/slang/library/Makefile
index c696451..8ac7fd6 100644
--- a/src/mesa/shader/slang/library/Makefile
+++ b/src/mesa/shader/slang/library/Makefile
@@ -12,7 +12,7 @@ GLSL_CL = $(TOP)/src/glsl/apps/compile
.PHONY: default clean
-default: builtin
+default: $(GLSL_CL) builtin
clean:
-rm -f *_gc.h

View file

@ -21,7 +21,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.8
Release: 0.2%{?dist}
Release: 0.3%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -385,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT
%{demodir}
%changelog
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 7.8-0.3
- another attempt at GLSL build fix
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 7.8-0.2
- add GLSL build fix from upstream + bump libdrm requires