mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
- another attempt at GLSL build fix
This commit is contained in:
parent
2b04ed97a4
commit
2fb06b0685
2 changed files with 17 additions and 1 deletions
|
@ -26,3 +26,16 @@ index 2967baf..1d21068 100644
|
||||||
--
|
--
|
||||||
1.6.5.2
|
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
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.8
|
Version: 7.8
|
||||||
Release: 0.2%{?dist}
|
Release: 0.3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -385,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{demodir}
|
%{demodir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 7.8-0.2
|
||||||
- add GLSL build fix from upstream + bump libdrm requires
|
- add GLSL build fix from upstream + bump libdrm requires
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue