Title: [160705] trunk/Source/ThirdParty/ANGLE
Revision
160705
Author
[email protected]
Date
2013-12-17 07:22:04 -0800 (Tue, 17 Dec 2013)

Log Message

[GTK] Some ANGLE headers missing from dist
https://bugs.webkit.org/show_bug.cgi?id=125782

Patch by Gustavo Noronha Silva <[email protected]> on 2013-12-17
Reviewed by Carlos Garcia Campos.

* GNUmakefile.am: add a few headers that were missing from the build,
causing build failures when the system headers were incompatible.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (160704 => 160705)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-12-17 15:06:54 UTC (rev 160704)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-12-17 15:22:04 UTC (rev 160705)
@@ -1,3 +1,13 @@
+2013-12-17  Gustavo Noronha Silva  <[email protected]>
+
+        [GTK] Some ANGLE headers missing from dist
+        https://bugs.webkit.org/show_bug.cgi?id=125782
+
+        Reviewed by Carlos Garcia Campos.
+
+        * GNUmakefile.am: add a few headers that were missing from the build,
+        causing build failures when the system headers were incompatible.
+
 2013-12-16  Alex Christensen  <[email protected]>
 
         Fixed Win64 build on VS2013.

Modified: trunk/Source/ThirdParty/ANGLE/GNUmakefile.am (160704 => 160705)


--- trunk/Source/ThirdParty/ANGLE/GNUmakefile.am	2013-12-17 15:06:54 UTC (rev 160704)
+++ trunk/Source/ThirdParty/ANGLE/GNUmakefile.am	2013-12-17 15:22:04 UTC (rev 160705)
@@ -22,9 +22,13 @@
 
 libANGLE_la_SOURCES = \
 	Source/ThirdParty/ANGLE/include/EGL/egl.h \
+	Source/ThirdParty/ANGLE/include/EGL/eglext.h \
 	Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \
+	Source/ThirdParty/ANGLE/include/EGL/eglsoftlinking.h \
 	Source/ThirdParty/ANGLE/include/GLES2/gl2.h \
+	Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h \
 	Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h \
+	Source/ThirdParty/ANGLE/include/GLES2/gl2softlinking.h \
 	Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \
 	Source/ThirdParty/ANGLE/include/KHR/khrplatform.h \
 	Source/ThirdParty/ANGLE/src/common/angleutils.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to